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

Unified Diff: android_webview/Android.mk

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 | « no previous file | content/content.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/Android.mk
diff --git a/android_webview/Android.mk b/android_webview/Android.mk
index 6455be23be65a23cd490bf8cdf4232008d5ffd6e..c1aa86adbdada37f3e6beef6d16c3410a67eb9b4 100644
--- a/android_webview/Android.mk
+++ b/android_webview/Android.mk
@@ -42,6 +42,7 @@ LOCAL_SRC_FILES += \
$(call all-java-files-under, \
../content/components/navigation_interception/java/src) \
+
# Generated by net.gyp:net_errors_java, net.gyp:certificate_mime_types_java,
# and content.gyp:page_transition_types_java
LOCAL_GENERATED_SOURCES := \
@@ -49,6 +50,9 @@ $(call intermediates-dir-for,GYP,shared)/templates/org.chromium.content.browser/
$(call intermediates-dir-for,GYP,shared)/templates/org.chromium.net/CertificateMimeType.java \
$(call intermediates-dir-for,GYP,shared)/templates/org.chromium.net/NetError.java
+# content dependencies on java components that are provided by the system on
+# android
+LOCAL_STATIC_JAVA_LIBRARIES += jsr305 guava
include $(BUILD_STATIC_JAVA_LIBRARY)
« no previous file with comments | « no previous file | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698