| 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 2941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2952 '../components/components.gyp:precache_javatests', | 2952 '../components/components.gyp:precache_javatests', |
| 2953 '../content/content_shell_and_tests.gyp:content_java_test_support', | 2953 '../content/content_shell_and_tests.gyp:content_java_test_support', |
| 2954 '../sync/sync.gyp:sync_javatests', | 2954 '../sync/sync.gyp:sync_javatests', |
| 2955 '../testing/android/on_device_instrumentation.gyp:broker_java', | 2955 '../testing/android/on_device_instrumentation.gyp:broker_java', |
| 2956 '../testing/android/on_device_instrumentation.gyp:require_driver_apk
', | 2956 '../testing/android/on_device_instrumentation.gyp:require_driver_apk
', |
| 2957 '../ui/android/ui_android.gyp:ui_javatests', | 2957 '../ui/android/ui_android.gyp:ui_javatests', |
| 2958 ], | 2958 ], |
| 2959 'variables': { | 2959 'variables': { |
| 2960 'apk_name': 'ChromeShellTest', | 2960 'apk_name': 'ChromeShellTest', |
| 2961 'java_in_dir': 'android/shell/javatests', | 2961 'java_in_dir': 'android/shell/javatests', |
| 2962 'additional_src_dirs': ['android/javatests/src'], | 2962 'additional_src_dirs': ['android/javatests_shell/src'], |
| 2963 'is_test_apk': 1, | 2963 'is_test_apk': 1, |
| 2964 }, | 2964 }, |
| 2965 'includes': [ '../build/java_apk.gypi' ], | 2965 'includes': [ '../build/java_apk.gypi' ], |
| 2966 }, | 2966 }, |
| 2967 { | 2967 { |
| 2968 # GN: //chrome/android:chrome_junit_tests | 2968 # GN: //chrome/android:chrome_junit_tests |
| 2969 'target_name': 'chrome_junit_tests', | 2969 'target_name': 'chrome_junit_tests', |
| 2970 'type': 'none', | 2970 'type': 'none', |
| 2971 'dependencies': [ | 2971 'dependencies': [ |
| 2972 'chrome_java', | 2972 'chrome_java', |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3256 ['enable_webrtc==1', { | 3256 ['enable_webrtc==1', { |
| 3257 'dependencies': [ | 3257 'dependencies': [ |
| 3258 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3258 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3259 ] | 3259 ] |
| 3260 }], | 3260 }], |
| 3261 ], | 3261 ], |
| 3262 }] | 3262 }] |
| 3263 }], | 3263 }], |
| 3264 ], # 'conditions' | 3264 ], # 'conditions' |
| 3265 } | 3265 } |
| OLD | NEW |