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

Side by Side Diff: net/net.gyp

Issue 11366108: Move Android WebView Test WebServer to net (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Introduce net_test_java_support target Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « net/android/OWNERS ('k') | net/test/android/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 2245 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 'package_name': 'net', 2256 'package_name': 'net',
2257 'java_in_dir': '../net/android/java', 2257 'java_in_dir': '../net/android/java',
2258 }, 2258 },
2259 'dependencies': [ 2259 'dependencies': [
2260 '../base/base.gyp:base', 2260 '../base/base.gyp:base',
2261 'net_errors_java', 2261 'net_errors_java',
2262 ], 2262 ],
2263 'includes': [ '../build/java.gypi' ], 2263 'includes': [ '../build/java.gypi' ],
2264 }, 2264 },
2265 { 2265 {
2266 'target_name': 'net_java_test_support',
2267 'type': 'none',
2268 'variables': {
2269 'package_name': 'net_java_test_support',
2270 'java_in_dir': '../net/test/android/javatests',
2271 },
2272 'includes': [ '../build/java.gypi' ],
2273 },
2274 {
2266 'target_name': 'net_javatests', 2275 'target_name': 'net_javatests',
2267 'type': 'none', 2276 'type': 'none',
2268 'variables': { 2277 'variables': {
2269 'package_name': 'net_javatests', 2278 'package_name': 'net_javatests',
2270 'java_in_dir': '../net/android/javatests', 2279 'java_in_dir': '../net/android/javatests',
2271 }, 2280 },
2272 'dependencies': [ 2281 'dependencies': [
2273 '../base/base.gyp:base', 2282 '../base/base.gyp:base',
2274 '../base/base.gyp:base_java_test_support', 2283 '../base/base.gyp:base_java_test_support',
2275 'net_java', 2284 'net_java',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
2388 '--result', '<@(_outputs)', 2397 '--result', '<@(_outputs)',
2389 '--isolate', 'net_unittests.isolate', 2398 '--isolate', 'net_unittests.isolate',
2390 ], 2399 ],
2391 }, 2400 },
2392 ], 2401 ],
2393 }, 2402 },
2394 ], 2403 ],
2395 }], 2404 }],
2396 ], 2405 ],
2397 } 2406 }
OLDNEW
« no previous file with comments | « net/android/OWNERS ('k') | net/test/android/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698