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

Unified Diff: net/net.gyp

Issue 10830287: Adding AndroidProxySelectorTest to ContentShell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed empty line 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 6ed9798d175d8f041d9c776c72a88466f09c185a..e7f6ef2be8b8f0dead40813635ba95c39fad2d7a 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1985,6 +1985,19 @@
],
'includes': [ '../build/java.gypi' ],
},
+ {
+ 'target_name': 'net_javatests',
+ 'type': 'none',
+ 'variables': {
+ 'package_name': 'net_javatests',
+ 'java_in_dir': '../net/android/javatests',
+ },
+ 'includes': [ '../build/java.gypi' ],
cjhopman 2012/08/13 21:09:53 Nit: Move the 'includes' to the end below 'depende
aurimas (slooooooooow) 2012/08/13 22:40:28 Done.
+ 'dependencies': [
+ '../base/base.gyp:base_java',
+ '../base/base.gyp:base_java_test_support',
+ ],
Yaron 2012/08/13 20:46:03 Does this need to export_dependent_settings?
aurimas (slooooooooow) 2012/08/13 22:40:28 Done.
+ },
],
}],
# 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