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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1708383002: Put generated non-test Java runner scripts into bin/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « build/host_jar.gypi ('k') | content/content_tests.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 3119 matching lines...) Expand 10 before | Expand all | Expand 10 after
3130 '../base/base.gyp:base_junit_test_support', 3130 '../base/base.gyp:base_junit_test_support',
3131 '../sync/sync.gyp:sync_java_test_support', 3131 '../sync/sync.gyp:sync_java_test_support',
3132 '../testing/android/junit/junit_test.gyp:junit_test_support', 3132 '../testing/android/junit/junit_test.gyp:junit_test_support',
3133 ], 3133 ],
3134 'variables': { 3134 'variables': {
3135 'main_class': 'org.chromium.testing.local.JunitTestMain', 3135 'main_class': 'org.chromium.testing.local.JunitTestMain',
3136 'src_paths': [ 3136 'src_paths': [
3137 'android/junit/', 3137 'android/junit/',
3138 ], 3138 ],
3139 'test_type': 'junit', 3139 'test_type': 'junit',
3140 'wrapper_script_name': 'helper/<(_target_name)',
3140 }, 3141 },
3141 'includes': [ 3142 'includes': [
3142 '../build/android/test_runner.gypi', 3143 '../build/android/test_runner.gypi',
3143 '../build/host_jar.gypi', 3144 '../build/host_jar.gypi',
3144 ], 3145 ],
3145 }, 3146 },
3146 { 3147 {
3147 # GN: //chrome/test/chromedriver/test/webview_shell:chromedriver_webvi ew_shell_apk 3148 # GN: //chrome/test/chromedriver/test/webview_shell:chromedriver_webvi ew_shell_apk
3148 'target_name': 'chromedriver_webview_shell_apk', 3149 'target_name': 'chromedriver_webview_shell_apk',
3149 'type': 'none', 3150 'type': 'none',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
3518 'browser', 3519 'browser',
3519 ], 3520 ],
3520 'sources': [ 3521 'sources': [
3521 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3522 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3522 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3523 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3523 ], 3524 ],
3524 }] 3525 }]
3525 }], 3526 }],
3526 ], # 'conditions' 3527 ], # 'conditions'
3527 } 3528 }
OLDNEW
« no previous file with comments | « build/host_jar.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698