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

Side by Side Diff: sync/sync.gyp

Issue 10837143: Make java.gypi export jar path to input_jars_paths variable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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
« no previous file with comments | « sql/sql.gyp ('k') | ui/ui_unittests.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 'targets': [ 9 'targets': [
10 # The core sync library. 10 # The core sync library.
(...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 { 833 {
834 'target_name': 'sync_unit_tests_apk', 834 'target_name': 'sync_unit_tests_apk',
835 'type': 'none', 835 'type': 'none',
836 'dependencies': [ 836 'dependencies': [
837 '../base/base.gyp:base_java', 837 '../base/base.gyp:base_java',
838 'sync_unit_tests', 838 'sync_unit_tests',
839 ], 839 ],
840 'variables': { 840 'variables': {
841 'test_suite_name': 'sync_unit_tests', 841 'test_suite_name': 'sync_unit_tests',
842 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 842 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
843 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] ,
844 }, 843 },
845 'includes': [ '../build/apk_test.gypi' ], 844 'includes': [ '../build/apk_test.gypi' ],
846 }, 845 },
847 ], 846 ],
848 }], 847 }],
849 ], 848 ],
850 } 849 }
OLDNEW
« no previous file with comments | « sql/sql.gyp ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698