OLD | NEW |
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 Loading... |
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_suite_name': 'chrome_junit_tests', |
| 3117 'test_type': 'junit', |
3116 }, | 3118 }, |
3117 'includes': [ | 3119 'includes': [ |
3118 '../build/host_jar.gypi', | 3120 '../build/host_jar.gypi', |
| 3121 '../build/android/test_runner.gypi', |
3119 ], | 3122 ], |
3120 }, | 3123 }, |
3121 { | 3124 { |
3122 # GN: //chrome/test/chromedriver/test/webview_shell:chromedriver_webvi
ew_shell_apk | 3125 # GN: //chrome/test/chromedriver/test/webview_shell:chromedriver_webvi
ew_shell_apk |
3123 'target_name': 'chromedriver_webview_shell_apk', | 3126 'target_name': 'chromedriver_webview_shell_apk', |
3124 'type': 'none', | 3127 'type': 'none', |
3125 'variables': { | 3128 'variables': { |
3126 'apk_name': 'ChromeDriverWebViewShell', | 3129 'apk_name': 'ChromeDriverWebViewShell', |
3127 'java_in_dir': 'test/chromedriver/test/webview_shell/java', | 3130 'java_in_dir': 'test/chromedriver/test/webview_shell/java', |
3128 'resource_dir': 'test/chromedriver/test/webview_shell/java/res', | 3131 'resource_dir': 'test/chromedriver/test/webview_shell/java/res', |
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3507 'browser', | 3510 'browser', |
3508 ], | 3511 ], |
3509 'sources': [ | 3512 'sources': [ |
3510 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3513 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3511 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3514 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3512 ], | 3515 ], |
3513 }] | 3516 }] |
3514 }], | 3517 }], |
3515 ], # 'conditions' | 3518 ], # 'conditions' |
3516 } | 3519 } |
OLD | NEW |