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

Side by Side Diff: chrome/chrome_tests.gypi

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 | « chrome/chrome.gyp ('k') | content/content.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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 4571 matching lines...) Expand 10 before | Expand all | Expand 10 after
4582 ] 4582 ]
4583 }], # 'coverage!=0' 4583 }], # 'coverage!=0'
4584 # Special target to wrap a gtest_target_type==shared_library 4584 # Special target to wrap a gtest_target_type==shared_library
4585 # unit_tests into an android apk for execution. 4585 # unit_tests into an android apk for execution.
4586 ['OS == "android" and gtest_target_type == "shared_library"', { 4586 ['OS == "android" and gtest_target_type == "shared_library"', {
4587 'targets': [ 4587 'targets': [
4588 { 4588 {
4589 'target_name': 'unit_tests_apk', 4589 'target_name': 'unit_tests_apk',
4590 'type': 'none', 4590 'type': 'none',
4591 'dependencies': [ 4591 'dependencies': [
4592 '../base/base.gyp:base_java',
4593 '../net/net.gyp:net_java',
4594 'chrome_java', 4592 'chrome_java',
4595 'unit_tests', 4593 'unit_tests',
4596 ], 4594 ],
4597 'variables': { 4595 'variables': {
4598 'test_suite_name': 'unit_tests', 4596 'test_suite_name': 'unit_tests',
4599 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)unit_test s<(SHARED_LIB_SUFFIX)', 4597 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)unit_test s<(SHARED_LIB_SUFFIX)',
4600 'input_jars_paths': [
4601 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
4602 '<(PRODUCT_DIR)/lib.java/chromium_net.jar',
4603 ],
4604 }, 4598 },
4605 'includes': [ '../build/apk_test.gypi' ], 4599 'includes': [ '../build/apk_test.gypi' ],
4606 }, 4600 },
4607 ], 4601 ],
4608 }], 4602 }],
4609 ['test_isolation_mode != "noop"', { 4603 ['test_isolation_mode != "noop"', {
4610 'targets': [ 4604 'targets': [
4611 { 4605 {
4612 'target_name': 'unit_tests_run', 4606 'target_name': 'unit_tests_run',
4613 'type': 'none', 4607 'type': 'none',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
4667 '--result', '<@(_outputs)', 4661 '--result', '<@(_outputs)',
4668 '--isolate', 'browser_tests.isolate', 4662 '--isolate', 'browser_tests.isolate',
4669 ], 4663 ],
4670 }, 4664 },
4671 ], 4665 ],
4672 }, 4666 },
4673 ], 4667 ],
4674 }], 4668 }],
4675 ], # 'conditions' 4669 ], # 'conditions'
4676 } 4670 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698