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

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 c8907c64813f6785fcb8b38d731c150515388f64..0cd99fa80f1bc56b6e4c20cca67bc1384b508a84 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1394,6 +1394,9 @@
{
'target_name': 'net_java_test_support',
'type': 'none',
+ 'dependencies': [
+ '../base/base.gyp:base_java'
+ ],
'variables': {
'java_in_dir': '../net/test/android/javatests',
},

Powered by Google App Engine
This is Rietveld 408576698