| 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 2891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2902 # GN: //chrome/android:chrome_shell_test_apk | 2902 # GN: //chrome/android:chrome_shell_test_apk |
| 2903 'target_name': 'chrome_shell_test_apk', | 2903 'target_name': 'chrome_shell_test_apk', |
| 2904 'type': 'none', | 2904 'type': 'none', |
| 2905 'dependencies': [ | 2905 'dependencies': [ |
| 2906 'chrome_java', | 2906 'chrome_java', |
| 2907 'chrome_shell_apk_java', | 2907 'chrome_shell_apk_java', |
| 2908 'chrome_java_test_support', | 2908 'chrome_java_test_support', |
| 2909 '../base/base.gyp:base', | 2909 '../base/base.gyp:base', |
| 2910 '../base/base.gyp:base_java_test_support', | 2910 '../base/base.gyp:base_java_test_support', |
| 2911 '../components/components.gyp:invalidation_javatests', | 2911 '../components/components.gyp:invalidation_javatests', |
| 2912 '../components/components.gyp:precache_javatests', |
| 2912 '../content/content_shell_and_tests.gyp:content_java_test_support', | 2913 '../content/content_shell_and_tests.gyp:content_java_test_support', |
| 2913 '../sync/sync.gyp:sync_javatests', | 2914 '../sync/sync.gyp:sync_javatests', |
| 2914 '../ui/android/ui_android.gyp:ui_javatests', | 2915 '../ui/android/ui_android.gyp:ui_javatests', |
| 2915 ], | 2916 ], |
| 2916 'variables': { | 2917 'variables': { |
| 2917 'apk_name': 'ChromeShellTest', | 2918 'apk_name': 'ChromeShellTest', |
| 2918 'java_in_dir': 'android/shell/javatests', | 2919 'java_in_dir': 'android/shell/javatests', |
| 2919 'additional_src_dirs': ['android/javatests/src'], | 2920 'additional_src_dirs': ['android/javatests/src'], |
| 2920 'is_test_apk': 1, | 2921 'is_test_apk': 1, |
| 2921 }, | 2922 }, |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3173 ['enable_webrtc==1', { | 3174 ['enable_webrtc==1', { |
| 3174 'dependencies': [ | 3175 'dependencies': [ |
| 3175 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3176 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3176 ] | 3177 ] |
| 3177 }], | 3178 }], |
| 3178 ], | 3179 ], |
| 3179 }] | 3180 }] |
| 3180 }], | 3181 }], |
| 3181 ], # 'conditions' | 3182 ], # 'conditions' |
| 3182 } | 3183 } |
| OLD | NEW |