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

Unified Diff: net/net.gyp

Issue 1131803002: [Android] Fix race condition in BaseTestServer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 bd5a1a63fd27de1b98e13e7e61df5a9287951223..9c35d10dd18cedf26c87836110af37d412f4c572 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1399,6 +1399,7 @@
},
'dependencies': [
'url_request_failed_job_java',
+ '../base/base.gyp:base_java'
],
'includes': [ '../build/java.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698