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

Unified Diff: net/net.gyp

Issue 46303005: Fix chrome upload with content uri (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adding unittests for net/ Created 7 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 3729a55379df4b5470d7599dd2fd9ae2405f0c97..31311d80458064d62ea3d89d2c2c7ca3c1264ed3 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -2989,6 +2989,7 @@
'target_name': 'net_unittests_apk',
'type': 'none',
'dependencies': [
+ '../base/base.gyp:base_java_unittest_support',
'net_java',
'net_javatests',
'net_unittests',

Powered by Google App Engine
This is Rietveld 408576698