[Android WebView] Fix build break, make sure the gyp file is generated for android webview

NOTRY=true
TBR=benm@chromium.org

BUG=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181853 0039d316-1c4b-4281-b951-d872f2087c98
parent 9b29eec2
......@@ -44,10 +44,11 @@ LOCAL_SRC_FILES += \
# Generated by net.gyp:net_errors_java, net.gyp:certificate_mime_types_java,
# and content.gyp:page_transition_types_java
# net.gyp:private_key_types_java and content.gyp:page_transition_types_java
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/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
......
......@@ -18,6 +18,7 @@
'../content/content.gyp:page_transition_types_java',
'../net/net.gyp:certificate_mime_types_java',
'../net/net.gyp:net_errors_java',
'../net/net.gyp:private_key_types_java',
],
}, # target_name: All
], # targets
......
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