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

Unified Diff: net/net.gyp

Issue 10830287: Adding AndroidProxySelectorTest to ContentShell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing piman's nit Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/android/javatests/src/org/chromium/net/AndroidProxySelectorTest.java ('k') | no next file » | 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 6adaf04e00506a3fdcc7267c8565e0d1d3bb7521..7f70c3348a708e25c45ec4a1cdd9661be3e7ff69 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1988,6 +1988,23 @@
],
'includes': [ '../build/java.gypi' ],
},
+ {
+ 'target_name': 'net_javatests',
+ 'type': 'none',
+ 'variables': {
+ 'package_name': 'net_javatests',
+ 'java_in_dir': '../net/android/javatests',
+ },
+ 'dependencies': [
+ '../base/base.gyp:base_java',
+ '../base/base.gyp:base_java_test_support',
+ ],
+ 'export_dependent_settings': [
+ '../base/base.gyp:base_java',
+ '../base/base.gyp:base_java_test_support',
+ ],
+ 'includes': [ '../build/java.gypi' ],
+ },
],
}],
# Special target to wrap a gtest_target_type==shared_library
« no previous file with comments | « net/android/javatests/src/org/chromium/net/AndroidProxySelectorTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698