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

Unified Diff: content/content_tests.gypi

Issue 10913083: Remove {base,net}_java dependencies from GYP client targets on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 3 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
« no previous file with comments | « content/content.gyp ('k') | gpu/gpu_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 446fb473a29adc74980167fe7a389323cdaf8f21..10949b22e43b0110420240f7008a0e5c36f718db 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -786,8 +786,6 @@
'target_name': 'content_unittests_apk',
'type': 'none',
'dependencies': [
- '../base/base.gyp:base_java',
- '../net/net.gyp:net_java',
'content_java',
'content_unittests',
],
@@ -805,7 +803,7 @@
'target_name': 'content_javatests',
'type': 'none',
'dependencies': [
- '../base/base.gyp:base_java',
+ '../base/base.gyp:base',
'../base/base.gyp:base_java_test_support',
'content_common',
'content_java',
« no previous file with comments | « content/content.gyp ('k') | gpu/gpu_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698