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 2894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2905 'type': 'none', | 2905 'type': 'none', |
2906 'dependencies': [ | 2906 'dependencies': [ |
2907 'chrome_java', | 2907 'chrome_java', |
2908 'chrome_shell_apk_java', | 2908 'chrome_shell_apk_java', |
2909 'chrome_java_test_support', | 2909 'chrome_java_test_support', |
2910 '../base/base.gyp:base', | 2910 '../base/base.gyp:base', |
2911 '../base/base.gyp:base_java_test_support', | 2911 '../base/base.gyp:base_java_test_support', |
2912 '../components/components.gyp:invalidation_javatests', | 2912 '../components/components.gyp:invalidation_javatests', |
2913 '../content/content_shell_and_tests.gyp:content_java_test_support', | 2913 '../content/content_shell_and_tests.gyp:content_java_test_support', |
2914 '../sync/sync.gyp:sync_javatests', | 2914 '../sync/sync.gyp:sync_javatests', |
| 2915 '../testing/android/outstrumentation.gyp:outstrumentation_slave_java
', |
2915 '../ui/android/ui_android.gyp:ui_javatests', | 2916 '../ui/android/ui_android.gyp:ui_javatests', |
2916 ], | 2917 ], |
2917 'variables': { | 2918 'variables': { |
2918 'apk_name': 'ChromeShellTest', | 2919 'apk_name': 'ChromeShellTest', |
2919 'java_in_dir': 'android/shell/javatests', | 2920 'java_in_dir': 'android/shell/javatests', |
2920 'additional_src_dirs': ['android/javatests/src'], | 2921 'additional_src_dirs': ['android/javatests/src'], |
2921 'is_test_apk': 1, | 2922 'is_test_apk': 1, |
2922 }, | 2923 }, |
2923 'includes': [ '../build/java_apk.gypi' ], | 2924 'includes': [ '../build/java_apk.gypi' ], |
2924 }, | 2925 }, |
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3174 ['enable_webrtc==1', { | 3175 ['enable_webrtc==1', { |
3175 'dependencies': [ | 3176 'dependencies': [ |
3176 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3177 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3177 ] | 3178 ] |
3178 }], | 3179 }], |
3179 ], | 3180 ], |
3180 }] | 3181 }] |
3181 }], | 3182 }], |
3182 ], # 'conditions' | 3183 ], # 'conditions' |
3183 } | 3184 } |
OLD | NEW |