| 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 3119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 'used_only_by_tests': 1, |
| 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 Loading... |
| 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 } |
| OLD | NEW |