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 2910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2921 'dependencies': [ | 2921 'dependencies': [ |
2922 'chrome_java', | 2922 'chrome_java', |
2923 'chrome_shell_apk_java', | 2923 'chrome_shell_apk_java', |
2924 'chrome_java_test_support', | 2924 'chrome_java_test_support', |
2925 '../base/base.gyp:base', | 2925 '../base/base.gyp:base', |
2926 '../base/base.gyp:base_java_test_support', | 2926 '../base/base.gyp:base_java_test_support', |
2927 '../components/components.gyp:invalidation_javatests', | 2927 '../components/components.gyp:invalidation_javatests', |
2928 '../components/components.gyp:precache_javatests', | 2928 '../components/components.gyp:precache_javatests', |
2929 '../content/content_shell_and_tests.gyp:content_java_test_support', | 2929 '../content/content_shell_and_tests.gyp:content_java_test_support', |
2930 '../sync/sync.gyp:sync_javatests', | 2930 '../sync/sync.gyp:sync_javatests', |
2931 '../testing/android/on_device_instrumentation.gyp:broker_java', | |
Yaron
2015/04/18 00:22:58
This might be over-thinking it but you could have
jbudorick
2015/04/20 19:21:38
I've left this as-is for now. I'm not sure it make
| |
2931 '../ui/android/ui_android.gyp:ui_javatests', | 2932 '../ui/android/ui_android.gyp:ui_javatests', |
2932 ], | 2933 ], |
2933 'variables': { | 2934 'variables': { |
2934 'apk_name': 'ChromeShellTest', | 2935 'apk_name': 'ChromeShellTest', |
2935 'java_in_dir': 'android/shell/javatests', | 2936 'java_in_dir': 'android/shell/javatests', |
2936 'additional_src_dirs': ['android/javatests/src'], | 2937 'additional_src_dirs': ['android/javatests/src'], |
2937 'is_test_apk': 1, | 2938 'is_test_apk': 1, |
2938 }, | 2939 }, |
2939 'includes': [ '../build/java_apk.gypi' ], | 2940 'includes': [ '../build/java_apk.gypi' ], |
2940 }, | 2941 }, |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3230 ['enable_webrtc==1', { | 3231 ['enable_webrtc==1', { |
3231 'dependencies': [ | 3232 'dependencies': [ |
3232 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3233 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3233 ] | 3234 ] |
3234 }], | 3235 }], |
3235 ], | 3236 ], |
3236 }] | 3237 }] |
3237 }], | 3238 }], |
3238 ], # 'conditions' | 3239 ], # 'conditions' |
3239 } | 3240 } |
OLD | NEW |