| 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 2896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2907 # GN: //chrome/android:chrome_shell_test_apk | 2907 # GN: //chrome/android:chrome_shell_test_apk |
| 2908 'target_name': 'chrome_shell_test_apk', | 2908 'target_name': 'chrome_shell_test_apk', |
| 2909 'type': 'none', | 2909 'type': 'none', |
| 2910 'dependencies': [ | 2910 'dependencies': [ |
| 2911 'chrome_java', | 2911 'chrome_java', |
| 2912 'chrome_shell_apk_java', | 2912 'chrome_shell_apk_java', |
| 2913 'chrome_java_test_support', | 2913 'chrome_java_test_support', |
| 2914 '../base/base.gyp:base', | 2914 '../base/base.gyp:base', |
| 2915 '../base/base.gyp:base_java_test_support', | 2915 '../base/base.gyp:base_java_test_support', |
| 2916 '../components/components.gyp:invalidation_javatests', | 2916 '../components/components.gyp:invalidation_javatests', |
| 2917 '../components/components.gyp:precache_javatests', |
| 2917 '../content/content_shell_and_tests.gyp:content_java_test_support', | 2918 '../content/content_shell_and_tests.gyp:content_java_test_support', |
| 2918 '../sync/sync.gyp:sync_javatests', | 2919 '../sync/sync.gyp:sync_javatests', |
| 2919 '../ui/android/ui_android.gyp:ui_javatests', | 2920 '../ui/android/ui_android.gyp:ui_javatests', |
| 2920 ], | 2921 ], |
| 2921 'variables': { | 2922 'variables': { |
| 2922 'apk_name': 'ChromeShellTest', | 2923 'apk_name': 'ChromeShellTest', |
| 2923 'java_in_dir': 'android/shell/javatests', | 2924 'java_in_dir': 'android/shell/javatests', |
| 2924 'additional_src_dirs': ['android/javatests/src'], | 2925 'additional_src_dirs': ['android/javatests/src'], |
| 2925 'is_test_apk': 1, | 2926 'is_test_apk': 1, |
| 2926 }, | 2927 }, |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3198 ['enable_webrtc==1', { | 3199 ['enable_webrtc==1', { |
| 3199 'dependencies': [ | 3200 'dependencies': [ |
| 3200 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3201 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3201 ] | 3202 ] |
| 3202 }], | 3203 }], |
| 3203 ], | 3204 ], |
| 3204 }] | 3205 }] |
| 3205 }], | 3206 }], |
| 3206 ], # 'conditions' | 3207 ], # 'conditions' |
| 3207 } | 3208 } |
| OLD | NEW |