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

Side by Side Diff: base/base.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 | « no previous file | 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 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 { 968 {
969 'target_name': 'base_unittests_apk', 969 'target_name': 'base_unittests_apk',
970 'type': 'none', 970 'type': 'none',
971 'dependencies': [ 971 'dependencies': [
972 'base_java', 972 'base_java',
973 'base_unittests', 973 'base_unittests',
974 ], 974 ],
975 'variables': { 975 'variables': {
976 'test_suite_name': 'base_unittests', 976 'test_suite_name': 'base_unittests',
977 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)', 977 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)',
978 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
979 }, 978 },
980 'includes': [ '../build/apk_test.gypi' ], 979 'includes': [ '../build/apk_test.gypi' ],
981 }, 980 },
982 { 981 {
983 'target_name': 'base_java_test_support', 982 'target_name': 'base_java_test_support',
984 'type': 'none', 983 'type': 'none',
985 'dependencies': [ 984 'dependencies': [
986 'base_java', 985 'base_java',
987 ], 986 ],
988 'variables': { 987 'variables': {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 '--result', '<@(_outputs)', 1023 '--result', '<@(_outputs)',
1025 '--isolate', 'base_unittests.isolate', 1024 '--isolate', 'base_unittests.isolate',
1026 ], 1025 ],
1027 }, 1026 },
1028 ], 1027 ],
1029 }, 1028 },
1030 ], 1029 ],
1031 }], 1030 }],
1032 ], 1031 ],
1033 } 1032 }
OLDNEW
« no previous file with comments | « no previous file | build/apk_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698