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

Unified Diff: android_webview/Android.mk

Issue 12258017: Fix downstream android webview build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | android_webview/all_webview.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 f5cbe011327b34e9b248859d86bbd2f10811527a..cc5043b0aa7c8ac1a6f09c0881d1bf6632ac63ab 100644
--- a/android_webview/Android.mk
+++ b/android_webview/Android.mk
@@ -43,13 +43,14 @@ LOCAL_SRC_FILES += \
../components/navigation_interception/android/java/src) \
-# Generated by net.gyp:net_errors_java, net.gyp:certificate_mime_types_java,
-# net.gyp:private_key_types_java and content.gyp:page_transition_types_java
+# Java files generated from .template rules. This list should match list of java dependencies in
+# android_webview/all_webview.gyp
LOCAL_GENERATED_SOURCES := \
$(call intermediates-dir-for,GYP,shared)/templates/org.chromium.content.browser/PageTransitionTypes.java \
$(call intermediates-dir-for,GYP,shared)/templates/org.chromium.net/CertificateMimeType.java \
+$(call intermediates-dir-for,GYP,shared)/templates/org.chromium.net/CertVerifyResultAndroid.java \
+$(call intermediates-dir-for,GYP,shared)/templates/org.chromium.net/NetError.java \
$(call intermediates-dir-for,GYP,shared)/templates/org.chromium.net/PrivateKeyType.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
« no previous file with comments | « no previous file | android_webview/all_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698