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

Unified Diff: android_webview/BUILD.gn

Issue 2558043004: Remove enable_configuration_policy build define. (Closed)
Patch Set: Merge Created 4 years 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 | « BUILD.gn ('k') | build/config/features.gni » ('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 6b17fd10dfd0f87cccd2d8d1f84752d3086f917a..89c5b88199ec9fa01f78492d4d52d952a32687e8 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -488,6 +488,8 @@ source_set("common") {
"//components/metrics:profiler",
"//components/metrics:ui",
"//components/navigation_interception",
+ "//components/policy:generated",
+ "//components/policy/core/browser",
"//components/prefs",
"//components/printing/browser",
"//components/printing/common",
@@ -526,13 +528,6 @@ source_set("common") {
"//v8",
]
- if (enable_configuration_policy) {
- deps += [
- "//components/policy:generated",
- "//components/policy/core/browser",
- ]
- }
-
if (enable_spellcheck) {
deps += [
"//components/spellcheck/browser",
@@ -617,6 +612,7 @@ android_library("android_webview_java") {
"//base:base_java",
"//components/autofill/android:autofill_java",
"//components/navigation_interception/android:navigation_interception_java",
+ "//components/policy/android:policy_java",
"//components/web_contents_delegate_android:web_contents_delegate_android_java",
"//components/web_restrictions:web_restrictions_java",
"//content/public/android:content_java",
@@ -628,10 +624,6 @@ android_library("android_webview_java") {
google_play_services_resources,
]
- if (enable_configuration_policy) {
- deps += [ "//components/policy/android:policy_java" ]
- }
-
if (enable_spellcheck) {
deps += [ "//components/spellcheck/browser/android:java" ]
}
« no previous file with comments | « BUILD.gn ('k') | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698