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

Unified Diff: android_webview/BUILD.gn

Issue 1414583004: Fix gyp/gn with configuration_policy=0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert remoting_host change Created 5 years, 2 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/android_webview.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index afdf7c6aed2411f04e33ed2a8002f8f7e60bb12a..dcf89a8f26d60dc0c74a18f6edb4bb6a34266433 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -22,13 +22,16 @@ android_library("android_webview_java") {
"//base:base_java",
"//components/external_video_surface:java",
"//components/navigation_interception/android:navigation_interception_java",
- "//components/policy/android:policy_java",
"//components/web_contents_delegate_android:web_contents_delegate_android_java",
"//content/public/android:content_java",
"//net/android:net_java",
"//ui/android:ui_java",
]
+ if (enable_configuration_policy) {
+ deps += [ "//components/policy/android:policy_java" ]
+ }
+
srcjar_deps = [ "//android_webview/native:aw_permission_request_resource" ]
java_files = [
« no previous file with comments | « no previous file | android_webview/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698