Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 867073002: [Android] Add a java version of the test server spawner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: findbugs Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after
3036 { 3036 {
3037 # GN: //chrome/test/android:chrome_java_test_support 3037 # GN: //chrome/test/android:chrome_java_test_support
3038 'target_name': 'chrome_java_test_support', 3038 'target_name': 'chrome_java_test_support',
3039 'type': 'none', 3039 'type': 'none',
3040 'variables': { 3040 'variables': {
3041 'java_in_dir': '../chrome/test/android/javatests', 3041 'java_in_dir': '../chrome/test/android/javatests',
3042 }, 3042 },
3043 'dependencies': [ 3043 'dependencies': [
3044 'chrome_java', 3044 'chrome_java',
3045 '../content/content_shell_and_tests.gyp:content_java_test_support', 3045 '../content/content_shell_and_tests.gyp:content_java_test_support',
3046 '../net/net.gyp:net_java_test_support',
3046 '../sync/sync.gyp:sync_java', 3047 '../sync/sync.gyp:sync_java',
3047 '../sync/sync.gyp:sync_java_test_support', 3048 '../sync/sync.gyp:sync_java_test_support',
3048 ], 3049 ],
3049 'includes': [ '../build/java.gypi' ], 3050 'includes': [ '../build/java.gypi' ],
3050 }, 3051 },
3051 ], 3052 ],
3052 }], 3053 }],
3053 ['test_isolation_mode != "noop"', { 3054 ['test_isolation_mode != "noop"', {
3054 'targets': [ 3055 'targets': [
3055 { 3056 {
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
3231 ['enable_webrtc==1', { 3232 ['enable_webrtc==1', {
3232 'dependencies': [ 3233 'dependencies': [
3233 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3234 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3234 ] 3235 ]
3235 }], 3236 }],
3236 ], 3237 ],
3237 }] 3238 }]
3238 }], 3239 }],
3239 ], # 'conditions' 3240 ], # 'conditions'
3240 } 3241 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698