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 2903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2914 'dependencies': [ | 2914 'dependencies': [ |
2915 'chrome_java', | 2915 'chrome_java', |
2916 'chrome_shell_apk_java', | 2916 'chrome_shell_apk_java', |
2917 'chrome_java_test_support', | 2917 'chrome_java_test_support', |
2918 '../base/base.gyp:base', | 2918 '../base/base.gyp:base', |
2919 '../base/base.gyp:base_java_test_support', | 2919 '../base/base.gyp:base_java_test_support', |
2920 '../components/components.gyp:invalidation_javatests', | 2920 '../components/components.gyp:invalidation_javatests', |
2921 '../components/components.gyp:precache_javatests', | 2921 '../components/components.gyp:precache_javatests', |
2922 '../content/content_shell_and_tests.gyp:content_java_test_support', | 2922 '../content/content_shell_and_tests.gyp:content_java_test_support', |
2923 '../sync/sync.gyp:sync_javatests', | 2923 '../sync/sync.gyp:sync_javatests', |
| 2924 '../testing/android/on_device_instrumentation.gyp:passenger_java', |
2924 '../ui/android/ui_android.gyp:ui_javatests', | 2925 '../ui/android/ui_android.gyp:ui_javatests', |
2925 ], | 2926 ], |
2926 'variables': { | 2927 'variables': { |
2927 'apk_name': 'ChromeShellTest', | 2928 'apk_name': 'ChromeShellTest', |
2928 'java_in_dir': 'android/shell/javatests', | 2929 'java_in_dir': 'android/shell/javatests', |
2929 'additional_src_dirs': ['android/javatests/src'], | 2930 'additional_src_dirs': ['android/javatests/src'], |
2930 'is_test_apk': 1, | 2931 'is_test_apk': 1, |
2931 }, | 2932 }, |
2932 'includes': [ '../build/java_apk.gypi' ], | 2933 'includes': [ '../build/java_apk.gypi' ], |
2933 }, | 2934 }, |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3222 ['enable_webrtc==1', { | 3223 ['enable_webrtc==1', { |
3223 'dependencies': [ | 3224 'dependencies': [ |
3224 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3225 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3225 ] | 3226 ] |
3226 }], | 3227 }], |
3227 ], | 3228 ], |
3228 }] | 3229 }] |
3229 }], | 3230 }], |
3230 ], # 'conditions' | 3231 ], # 'conditions' |
3231 } | 3232 } |
OLD | NEW |