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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/android/OWNERS ('k') | net/test/android/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index ebab562dd2d071d41aa88b1705f699461d584888..e4b84c392db8fc0ea06bf17681049292832486a8 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -2263,6 +2263,15 @@
'includes': [ '../build/java.gypi' ],
},
{
+ 'target_name': 'net_java_test_support',
+ 'type': 'none',
+ 'variables': {
+ 'package_name': 'net_java_test_support',
+ 'java_in_dir': '../net/test/android/javatests',
+ },
+ 'includes': [ '../build/java.gypi' ],
+ },
+ {
'target_name': 'net_javatests',
'type': 'none',
'variables': {
« 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