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 2909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2920 ], | 2920 ], |
2921 'variables': { | 2921 'variables': { |
2922 'apk_name': 'ChromeShellTest', | 2922 'apk_name': 'ChromeShellTest', |
2923 'java_in_dir': 'android/shell/javatests', | 2923 'java_in_dir': 'android/shell/javatests', |
2924 'additional_src_dirs': ['android/javatests/src'], | 2924 'additional_src_dirs': ['android/javatests/src'], |
2925 'is_test_apk': 1, | 2925 'is_test_apk': 1, |
2926 }, | 2926 }, |
2927 'includes': [ '../build/java_apk.gypi' ], | 2927 'includes': [ '../build/java_apk.gypi' ], |
2928 }, | 2928 }, |
2929 { | 2929 { |
2930 # GN: //chrome/android:chrome_shell_unit_tests | 2930 # GN: //chrome/android:chrome_junit_tests |
2931 'target_name': 'chrome_shell_unit_tests', | 2931 'target_name': 'chrome_junit_tests', |
2932 'type': 'none', | 2932 'type': 'none', |
2933 'dependencies': [ | 2933 'dependencies': [ |
2934 'chrome_java', | 2934 'chrome_java', |
2935 '../base/base.gyp:base', | 2935 '../base/base.gyp:base', |
2936 '../base/base.gyp:base_java_test_support', | 2936 '../base/base.gyp:base_java_test_support', |
2937 '../testing/android/junit/junit_test.gyp:junit_test_support', | 2937 '../testing/android/junit/junit_test.gyp:junit_test_support', |
2938 ], | 2938 ], |
2939 'variables': { | 2939 'variables': { |
2940 'main_class': 'org.chromium.testing.local.JunitTestMain', | 2940 'main_class': 'org.chromium.testing.local.JunitTestMain', |
2941 'src_paths': [ | 2941 'src_paths': [ |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3198 ['enable_webrtc==1', { | 3198 ['enable_webrtc==1', { |
3199 'dependencies': [ | 3199 'dependencies': [ |
3200 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3200 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3201 ] | 3201 ] |
3202 }], | 3202 }], |
3203 ], | 3203 ], |
3204 }] | 3204 }] |
3205 }], | 3205 }], |
3206 ], # 'conditions' | 3206 ], # 'conditions' |
3207 } | 3207 } |
OLD | NEW |