Chromium Code Reviews| 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" ] |
| + } |
| } |
| } |