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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 2954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2965 'chromium_testshell_java', | 2965 'chromium_testshell_java', |
2966 'chrome_java_test_support', | 2966 'chrome_java_test_support', |
2967 '../base/base.gyp:base', | 2967 '../base/base.gyp:base', |
2968 '../base/base.gyp:base_java_test_support', | 2968 '../base/base.gyp:base_java_test_support', |
2969 '../content/content_shell_and_tests.gyp:content_java_test_support', | 2969 '../content/content_shell_and_tests.gyp:content_java_test_support', |
2970 '../sync/sync.gyp:sync_javatests', | 2970 '../sync/sync.gyp:sync_javatests', |
2971 ], | 2971 ], |
2972 'variables': { | 2972 'variables': { |
2973 'apk_name': 'ChromiumTestShellTest', | 2973 'apk_name': 'ChromiumTestShellTest', |
2974 'java_in_dir': 'android/testshell/javatests', | 2974 'java_in_dir': 'android/testshell/javatests', |
2975 'resource_dir': 'android/testshell/res', | 2975 'resource_dir': 'android/shell/res', |
2976 'additional_src_dirs': ['android/javatests/src'], | 2976 'additional_src_dirs': ['android/javatests/src'], |
2977 'is_test_apk': 1, | 2977 'is_test_apk': 1, |
2978 }, | 2978 }, |
2979 'includes': [ '../build/java_apk.gypi' ], | 2979 'includes': [ '../build/java_apk.gypi' ], |
2980 }, | 2980 }, |
2981 { | 2981 { |
2982 'target_name': 'chromedriver_webview_shell_apk', | 2982 'target_name': 'chromedriver_webview_shell_apk', |
2983 'type': 'none', | 2983 'type': 'none', |
2984 'variables': { | 2984 'variables': { |
2985 'apk_name': 'ChromeDriverWebViewShell', | 2985 'apk_name': 'ChromeDriverWebViewShell', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3203 'utility', | 3203 'utility', |
3204 ], | 3204 ], |
3205 'sources': [ | 3205 'sources': [ |
3206 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3206 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3207 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3207 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3208 ], | 3208 ], |
3209 }] | 3209 }] |
3210 }], | 3210 }], |
3211 ], # 'conditions' | 3211 ], # 'conditions' |
3212 } | 3212 } |
OLD | NEW |