summaryrefslogtreecommitdiffstats
path: root/chrome/android/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/android/BUILD.gn')
-rw-r--r--chrome/android/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index c683640..fea9523 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -60,6 +60,9 @@ android_resources("chrome_java_resources") {
"//third_party/android_data_chart:android_data_chart_java_resources",
"//third_party/android_media:android_media_resources",
]
+ if (!enable_configuration_policy) {
+ deps -= [ "//components/policy:app_restrictions_resources" ]
+ }
custom_package = "org.chromium.chrome"
}