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

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 more build errors Created 5 years, 5 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..cbb9b80082f66ec6bc36a6f93226fe1c7e0e00fd 100644
--- a/components/policy/core/browser/BUILD.gn
+++ b/components/policy/core/browser/BUILD.gn
@@ -58,5 +58,15 @@ source_set("browser") {
"//components/policy/proto",
"//third_party/icu",
]
+
+ if (is_android) {
+ sources += [
+ "android/app_restrictions_importer.cc",
Bernhard Bauer 2015/07/08 09:54:33 I think you can just add these source in the regul
+ "android/app_restrictions_importer.h",
+ "android/component_jni_registrar.cc",
+ "android/component_jni_registrar.h",
+ ]
+ deps += [ "//components/policy/android:jni_headers" ]
+ }
}
}

Powered by Google App Engine
This is Rietveld 408576698