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

Side by Side Diff: ipc/ipc.gyp

Issue 10386188: Fix ninja build for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: and finally apk_test.gypi Created 8 years, 6 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 | « content/public/android/java/content.xml ('k') | media/base/android/java/java.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 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'targets': [ 100 'targets': [
101 { 101 {
102 'target_name': 'ipc_tests_apk', 102 'target_name': 'ipc_tests_apk',
103 'type': 'none', 103 'type': 'none',
104 'dependencies': [ 104 'dependencies': [
105 '../base/base.gyp:base_java', 105 '../base/base.gyp:base_java',
106 'ipc_tests', 106 'ipc_tests',
107 ], 107 ],
108 'variables': { 108 'variables': {
109 'test_suite_name': 'ipc_tests', 109 'test_suite_name': 'ipc_tests',
110 'input_shlib_path': '<(PRODUCT_DIR)/lib.target/<(SHARED_LIB_PREFIX)i pc_tests<(SHARED_LIB_SUFFIX)', 110 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ipc_tests <(SHARED_LIB_SUFFIX)',
111 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 111 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
112 }, 112 },
113 'includes': [ '../build/apk_test.gypi' ], 113 'includes': [ '../build/apk_test.gypi' ],
114 }], 114 }],
115 }], 115 }],
116 ], 116 ],
117 } 117 }
OLDNEW
« no previous file with comments | « content/public/android/java/content.xml ('k') | media/base/android/java/java.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698