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

Unified Diff: content/content.gyp

Issue 11822002: Fix downstream android webview build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comment Created 7 years, 11 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 | « android_webview/Android.mk ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 913cadd12986ef3a7748bb1a00d7eebcba3c6294..f295a4ff9f39bc0f25f90e966931a83e726ce612 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -284,7 +284,6 @@
'dependencies': [
'../base/base.gyp:base',
'../net/net.gyp:net',
- '../third_party/guava/guava.gyp:guava_javalib',
'../ui/ui.gyp:ui_java',
'common_aidl',
'content_common',
@@ -301,6 +300,7 @@
['android_build_type == 0', {
'dependencies': [
'../third_party/eyesfree/eyesfree.gyp:eyesfree_java',
+ '../third_party/guava/guava.gyp:guava_javalib',
],
}],
],
« no previous file with comments | « android_webview/Android.mk ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698