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

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: Address Peter's comment 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ca12cc8f07c98d6bc127e81287099aefadd4d974..917d06799100600373a7c87b370aa574fbbe72c5 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -773,8 +773,6 @@
'target_name': 'content_unittests_apk',
'type': 'none',
'dependencies': [
- '../base/base.gyp:base_java',
- '../net/net.gyp:net_java',
'content_java',
'content_unittests',
],
@@ -792,7 +790,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',
« content/content.gyp ('K') | « content/content.gyp ('k') | gpu/gpu_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698