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

Side by Side Diff: ui/ui_unittests.gypi

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, 7 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 | « testing/android/native_test.gyp ('k') | no next file » | 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ui_test_support', 8 'target_name': 'ui_test_support',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'targets': [ 216 'targets': [
217 { 217 {
218 'target_name': 'ui_unittests_apk', 218 'target_name': 'ui_unittests_apk',
219 'type': 'none', 219 'type': 'none',
220 'dependencies': [ 220 'dependencies': [
221 '../base/base.gyp:base_java', 221 '../base/base.gyp:base_java',
222 'ui_unittests', 222 'ui_unittests',
223 ], 223 ],
224 'variables': { 224 'variables': {
225 'test_suite_name': 'ui_unittests', 225 'test_suite_name': 'ui_unittests',
226 'input_shlib_path': '<(PRODUCT_DIR)/lib.target/<(SHARED_LIB_PREFIX)u i_unittests<(SHARED_LIB_SUFFIX)', 226 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
227 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 227 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
228 }, 228 },
229 'includes': [ '../build/apk_test.gypi' ], 229 'includes': [ '../build/apk_test.gypi' ],
230 }, 230 },
231 ], 231 ],
232 }], 232 }],
233 ], 233 ],
234 } 234 }
OLDNEW
« no previous file with comments | « testing/android/native_test.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698