Commit db48e3c1 authored by boliu@chromium.org's avatar boliu@chromium.org

Fix downstream android webview build

Fix for change in crrev.com/182280. These files are not used in any
upstream build.

BUG=

Review URL: https://codereview.chromium.org/12258017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182295 0039d316-1c4b-4281-b951-d872f2087c98
parent ce5f0761
......@@ -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
......
......@@ -17,6 +17,7 @@
# Needed by android_webview_java
'../content/content.gyp:page_transition_types_java',
'../net/net.gyp:certificate_mime_types_java',
'../net/net.gyp:cert_verify_result_android_java',
'../net/net.gyp:net_errors_java',
'../net/net.gyp:private_key_types_java',
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment