summaryrefslogtreecommitdiffstats
path: root/android_webview/android_webview.gyp
diff options
context:
space:
mode:
authormichaelbai <michaelbai@chromium.org>2015-07-23 16:05:31 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-23 23:06:16 +0000
commit1be24f4be6a39728e8f1222f3d6ce474f18705ba (patch)
tree5f616f351f91fa8e60cd88447465bb0b6f2d5cfe /android_webview/android_webview.gyp
parent418554b918b7166ae3c06d1156a8e7ce475d0682 (diff)
downloadchromium_src-1be24f4be6a39728e8f1222f3d6ce474f18705ba.zip
chromium_src-1be24f4be6a39728e8f1222f3d6ce474f18705ba.tar.gz
chromium_src-1be24f4be6a39728e8f1222f3d6ce474f18705ba.tar.bz2
Refactoring WebView permission request
- Used java_cpp_enum to sync the resources definition. BUG=504037 Review URL: https://codereview.chromium.org/1203163002 Cr-Commit-Position: refs/heads/master@{#340202}
Diffstat (limited to 'android_webview/android_webview.gyp')
-rw-r--r--android_webview/android_webview.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index f10e195..d7445fd 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -357,6 +357,7 @@
'target_name': 'android_webview_java',
'type': 'none',
'dependencies': [
+ '../android_webview/native/webview_native.gyp:android_webview_aw_permission_request_resource',
'../components/components.gyp:external_video_surface_java',
'../components/components.gyp:navigation_interception_java',
'../components/components.gyp:web_contents_delegate_android_java',