Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: ipc/ipc.gyp

Issue 10913083: Remove {base,net}_java dependencies from GYP client targets on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gpu/gpu_common.gypi ('k') | media/media.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ipc.gypi', 10 'ipc.gypi',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 }], 125 }],
126 # Special target to wrap a gtest_target_type==shared_library 126 # Special target to wrap a gtest_target_type==shared_library
127 # ipc_tests into an android apk for execution. 127 # ipc_tests into an android apk for execution.
128 # See base.gyp for TODO(jrg)s about this strategy. 128 # See base.gyp for TODO(jrg)s about this strategy.
129 ['OS == "android" and gtest_target_type == "shared_library"', { 129 ['OS == "android" and gtest_target_type == "shared_library"', {
130 'targets': [ 130 'targets': [
131 { 131 {
132 'target_name': 'ipc_tests_apk', 132 'target_name': 'ipc_tests_apk',
133 'type': 'none', 133 'type': 'none',
134 'dependencies': [ 134 'dependencies': [
135 '../base/base.gyp:base_java',
136 'ipc_tests', 135 'ipc_tests',
137 ], 136 ],
138 'variables': { 137 'variables': {
139 'test_suite_name': 'ipc_tests', 138 'test_suite_name': 'ipc_tests',
140 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ipc_tests <(SHARED_LIB_SUFFIX)', 139 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ipc_tests <(SHARED_LIB_SUFFIX)',
141 }, 140 },
142 'includes': [ '../build/apk_test.gypi' ], 141 'includes': [ '../build/apk_test.gypi' ],
143 }], 142 }],
144 }], 143 }],
145 ], 144 ],
146 } 145 }
OLDNEW
« no previous file with comments | « gpu/gpu_common.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698