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

Unified Diff: android_webview/android_webview_tests.gypi

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 | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewLoadUrlTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview_tests.gypi
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index b4b4a805e498d48d7a9bfe5ee8786385b200c0c1..d61d668be08901f1e0531a1f18b7137e7412f1d2 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -9,7 +9,8 @@
'dependencies': [
'../base/base.gyp:base_java_test_support',
'../content/content.gyp:content_java_test_support',
- 'android_webview_java',
+ '../net/net.gyp:net_java_test_support',
+ 'android_webview_java',
'libwebviewchromium',
],
'variables': {
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewLoadUrlTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698