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 2956 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2967 'type': 'none', | 2967 'type': 'none', |
2968 'dependencies': [ | 2968 'dependencies': [ |
2969 'chrome_java', | 2969 'chrome_java', |
2970 'chrome_shell_apk_java', | 2970 'chrome_shell_apk_java', |
2971 'chrome_java_test_support', | 2971 'chrome_java_test_support', |
2972 '../base/base.gyp:base', | 2972 '../base/base.gyp:base', |
2973 '../base/base.gyp:base_java_test_support', | 2973 '../base/base.gyp:base_java_test_support', |
2974 '../components/components.gyp:invalidation_javatests', | 2974 '../components/components.gyp:invalidation_javatests', |
2975 '../content/content_shell_and_tests.gyp:content_java_test_support', | 2975 '../content/content_shell_and_tests.gyp:content_java_test_support', |
2976 '../sync/sync.gyp:sync_javatests', | 2976 '../sync/sync.gyp:sync_javatests', |
| 2977 '../ui/android/ui_android.gyp:ui_javatests', |
2977 ], | 2978 ], |
2978 'variables': { | 2979 'variables': { |
2979 'apk_name': 'ChromeShellTest', | 2980 'apk_name': 'ChromeShellTest', |
2980 'java_in_dir': 'android/shell/javatests', | 2981 'java_in_dir': 'android/shell/javatests', |
2981 'additional_src_dirs': ['android/javatests/src'], | 2982 'additional_src_dirs': ['android/javatests/src'], |
2982 'is_test_apk': 1, | 2983 'is_test_apk': 1, |
2983 }, | 2984 }, |
2984 'includes': [ '../build/java_apk.gypi' ], | 2985 'includes': [ '../build/java_apk.gypi' ], |
2985 }, | 2986 }, |
2986 { | 2987 { |
(...skipping 243 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 |