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 'chromedriver_unittest_sources': [ | 6 'chromedriver_unittest_sources': [ |
7 'test/chromedriver/capabilities_unittest.cc', | 7 'test/chromedriver/capabilities_unittest.cc', |
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', | 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', |
9 'test/chromedriver/chrome/console_logger_unittest.cc', | 9 'test/chromedriver/chrome/console_logger_unittest.cc', |
10 'test/chromedriver/chrome/device_manager_unittest.cc', | 10 'test/chromedriver/chrome/device_manager_unittest.cc', |
(...skipping 3001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3012 'chromium_testshell_java', | 3012 'chromium_testshell_java', |
3013 'chrome_java_test_support', | 3013 'chrome_java_test_support', |
3014 '../base/base.gyp:base', | 3014 '../base/base.gyp:base', |
3015 '../base/base.gyp:base_java_test_support', | 3015 '../base/base.gyp:base_java_test_support', |
3016 '../content/content_shell_and_tests.gyp:content_java_test_support', | 3016 '../content/content_shell_and_tests.gyp:content_java_test_support', |
3017 '../sync/sync.gyp:sync_javatests', | 3017 '../sync/sync.gyp:sync_javatests', |
3018 ], | 3018 ], |
3019 'variables': { | 3019 'variables': { |
3020 'apk_name': 'ChromiumTestShellTest', | 3020 'apk_name': 'ChromiumTestShellTest', |
3021 'java_in_dir': 'android/testshell/javatests', | 3021 'java_in_dir': 'android/testshell/javatests', |
3022 'resource_dir': 'android/testshell/res', | 3022 'resource_dir': 'android/shell/res', |
3023 'additional_src_dirs': ['android/javatests/src'], | 3023 'additional_src_dirs': ['android/javatests/src'], |
3024 'is_test_apk': 1, | 3024 'is_test_apk': 1, |
3025 }, | 3025 }, |
3026 'includes': [ '../build/java_apk.gypi' ], | 3026 'includes': [ '../build/java_apk.gypi' ], |
3027 }, | 3027 }, |
3028 { | 3028 { |
3029 'target_name': 'chromedriver_webview_shell_apk', | 3029 'target_name': 'chromedriver_webview_shell_apk', |
3030 'type': 'none', | 3030 'type': 'none', |
3031 'variables': { | 3031 'variables': { |
3032 'apk_name': 'ChromeDriverWebViewShell', | 3032 'apk_name': 'ChromeDriverWebViewShell', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3250 'utility', | 3250 'utility', |
3251 ], | 3251 ], |
3252 'sources': [ | 3252 'sources': [ |
3253 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3253 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3254 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3254 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3255 ], | 3255 ], |
3256 }] | 3256 }] |
3257 }], | 3257 }], |
3258 ], # 'conditions' | 3258 ], # 'conditions' |
3259 } | 3259 } |
OLD | NEW |