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

Unified Diff: net/net.gyp

Issue 10830287: Adding AndroidProxySelectorTest to ContentShell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing Chris' 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 6ed9798d175d8f041d9c776c72a88466f09c185a..1284ef78d6990aa049d35feb244a2f8702594dde 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1985,6 +1985,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',
aurimas (slooooooooow) 2012/08/13 22:40:28 Chris, is this what you meant for me to do?
cjhopman 2012/08/13 22:42:47 Looks good.
+ ],
+ 'includes': [ '../build/java.gypi' ],
+ },
],
}],
# Special target to wrap a gtest_target_type==shared_library

Powered by Google App Engine
This is Rietveld 408576698