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

Side by Side Diff: base/base.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, 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 | « base/android/java/base.xml ('k') | build/apk_test.gypi » ('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 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 'targets': [ 653 'targets': [
654 { 654 {
655 'target_name': 'base_unittests_apk', 655 'target_name': 'base_unittests_apk',
656 'type': 'none', 656 'type': 'none',
657 'dependencies': [ 657 'dependencies': [
658 'base_java', 658 'base_java',
659 'base_unittests', 659 'base_unittests',
660 ], 660 ],
661 'variables': { 661 'variables': {
662 'test_suite_name': 'base_unittests', 662 'test_suite_name': 'base_unittests',
663 'input_shlib_path': '<(PRODUCT_DIR)/lib.target/<(SHARED_LIB_PREFIX)b ase_unittests<(SHARED_LIB_SUFFIX)', 663 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)',
664 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 664 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
665 }, 665 },
666 'includes': [ '../build/apk_test.gypi' ], 666 'includes': [ '../build/apk_test.gypi' ],
667 }], 667 }],
668 }], 668 }],
669 ], 669 ],
670 } 670 }
OLDNEW
« no previous file with comments | « base/android/java/base.xml ('k') | build/apk_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698