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

Unified Diff: build/all_android.gyp

Issue 8673011: Enable net_unittests for Android. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
index 473561225962dc62967dfa42549269355a59a27d..fd20d833a8d5c63c467c80b1c225382166c6bcca 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -25,7 +25,8 @@
'dependencies': [
'../base/base.gyp:base_unittests',
'../sql/sql.gyp:sql_unittests',
- '../ipc/ipc.gyp:ipc_tests'
+ '../ipc/ipc.gyp:ipc_tests',
+ '../net/net.gyp:net_unittests',
],
},
], # targets
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698