Skip to content

Commit

Permalink
Fix downstream android webview build
Browse files Browse the repository at this point in the history
Add template generated java file introduced in r198124.
This does not affect upstream chromium build.

TBR=torne@chromium.org
NOTRY=true
BUG=

Review URL: https://chromiumcodereview.appspot.com/14644013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198135 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
boliu@chromium.org committed May 3, 2013
1 parent 2516355 commit 90a986c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions android_webview/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ LOCAL_SRC_FILES += \
# 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/base/ActivityState.java \
$(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/browser/PageTransitionTypes.java \
$(call intermediates-dir-for,GYP,shared)/templates/org/chromium/content/common/ResultCodes.java \
$(call intermediates-dir-for,GYP,shared)/templates/org/chromium/net/CertificateMimeType.java \
Expand Down
1 change: 1 addition & 0 deletions android_webview/all_webview.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'android_webview.gyp:libwebviewchromium',

# Needed by android_webview_java
'../base/base.gyp:base_java_activity_state',
'../content/content.gyp:page_transition_types_java',
'../content/content.gyp:result_codes_java',
'../net/net.gyp:certificate_mime_types_java',
Expand Down

0 comments on commit 90a986c

Please sign in to comment.