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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1674353004: [Android] Fix generated scripts for junit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alphabetized the gyp includes everywhere. 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 3095 matching lines...) Expand 10 before | Expand all | Expand 10 after
3106 '../base/base.gyp:base_java_test_support', 3106 '../base/base.gyp:base_java_test_support',
3107 '../base/base.gyp:base_junit_test_support', 3107 '../base/base.gyp:base_junit_test_support',
3108 '../sync/sync.gyp:sync_java_test_support', 3108 '../sync/sync.gyp:sync_java_test_support',
3109 '../testing/android/junit/junit_test.gyp:junit_test_support', 3109 '../testing/android/junit/junit_test.gyp:junit_test_support',
3110 ], 3110 ],
3111 'variables': { 3111 'variables': {
3112 'main_class': 'org.chromium.testing.local.JunitTestMain', 3112 'main_class': 'org.chromium.testing.local.JunitTestMain',
3113 'src_paths': [ 3113 'src_paths': [
3114 'android/junit/', 3114 'android/junit/',
3115 ], 3115 ],
3116 'test_type': 'junit',
3116 }, 3117 },
3117 'includes': [ 3118 'includes': [
3119 '../build/android/test_runner.gypi',
3118 '../build/host_jar.gypi', 3120 '../build/host_jar.gypi',
3119 ], 3121 ],
3120 }, 3122 },
3121 { 3123 {
3122 # GN: //chrome/test/chromedriver/test/webview_shell:chromedriver_webvi ew_shell_apk 3124 # GN: //chrome/test/chromedriver/test/webview_shell:chromedriver_webvi ew_shell_apk
3123 'target_name': 'chromedriver_webview_shell_apk', 3125 'target_name': 'chromedriver_webview_shell_apk',
3124 'type': 'none', 3126 'type': 'none',
3125 'variables': { 3127 'variables': {
3126 'apk_name': 'ChromeDriverWebViewShell', 3128 'apk_name': 'ChromeDriverWebViewShell',
3127 'java_in_dir': 'test/chromedriver/test/webview_shell/java', 3129 'java_in_dir': 'test/chromedriver/test/webview_shell/java',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
3493 'browser', 3495 'browser',
3494 ], 3496 ],
3495 'sources': [ 3497 'sources': [
3496 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3498 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3497 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3499 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3498 ], 3500 ],
3499 }] 3501 }]
3500 }], 3502 }],
3501 ], # 'conditions' 3503 ], # 'conditions'
3502 } 3504 }
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