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

Unified Diff: components/policy/core/browser/BUILD.gn

Issue 1220683008: Move AppRestriction to Policy code out of //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix imports & compilation Created 5 years, 6 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
Index: components/policy/core/browser/BUILD.gn
diff --git a/components/policy/core/browser/BUILD.gn b/components/policy/core/browser/BUILD.gn
index 9ace0c299d245571d9d92241969a276069ef46d6..cc78565f7bd69332a245d23a27ed26c9add49999 100644
--- a/components/policy/core/browser/BUILD.gn
+++ b/components/policy/core/browser/BUILD.gn
@@ -32,6 +32,8 @@ source_set("browser") {
if (enable_configuration_policy) {
sources += [
+ "android/app_restrictions_importer.cc",
+ "android/app_restrictions_importer.h",
"autofill_policy_handler.cc",
"autofill_policy_handler.h",
"browser_policy_connector.cc",

Powered by Google App Engine
This is Rietveld 408576698