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 2927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2938 '../base/base.gyp:base_java_test_support', | 2938 '../base/base.gyp:base_java_test_support', |
2939 '../testing/android/junit/junit_test.gyp:junit_test_support', | 2939 '../testing/android/junit/junit_test.gyp:junit_test_support', |
2940 ], | 2940 ], |
2941 'variables': { | 2941 'variables': { |
2942 'main_class': 'org.chromium.testing.local.JunitTestMain', | 2942 'main_class': 'org.chromium.testing.local.JunitTestMain', |
2943 'src_paths': [ | 2943 'src_paths': [ |
2944 'android/junit/', | 2944 'android/junit/', |
2945 ], | 2945 ], |
2946 }, | 2946 }, |
2947 'includes': [ | 2947 'includes': [ |
2948 '../build/host_jar.gypi', | 2948 '../build/java_binary.gypi', |
2949 ], | 2949 ], |
2950 }, | 2950 }, |
2951 { | 2951 { |
2952 # GN: //chrome/test/chromedriver/test/webview_shell:chromedriver_webvi
ew_shell_apk | 2952 # GN: //chrome/test/chromedriver/test/webview_shell:chromedriver_webvi
ew_shell_apk |
2953 'target_name': 'chromedriver_webview_shell_apk', | 2953 'target_name': 'chromedriver_webview_shell_apk', |
2954 'type': 'none', | 2954 'type': 'none', |
2955 'variables': { | 2955 'variables': { |
2956 'apk_name': 'ChromeDriverWebViewShell', | 2956 'apk_name': 'ChromeDriverWebViewShell', |
2957 'java_in_dir': 'test/chromedriver/test/webview_shell/java', | 2957 'java_in_dir': 'test/chromedriver/test/webview_shell/java', |
2958 'resource_dir': 'test/chromedriver/test/webview_shell/java/res', | 2958 'resource_dir': 'test/chromedriver/test/webview_shell/java/res', |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3200 ['enable_webrtc==1', { | 3200 ['enable_webrtc==1', { |
3201 'dependencies': [ | 3201 'dependencies': [ |
3202 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3202 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3203 ] | 3203 ] |
3204 }], | 3204 }], |
3205 ], | 3205 ], |
3206 }] | 3206 }] |
3207 }], | 3207 }], |
3208 ], # 'conditions' | 3208 ], # 'conditions' |
3209 } | 3209 } |
OLD | NEW |