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

Unified Diff: components/policy/policy_browser.gypi

Issue 1220683008: Move AppRestriction to Policy code out of //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« no previous file with comments | « components/policy/core/browser/android/policy_converter_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/policy_browser.gypi
diff --git a/components/policy/policy_browser.gypi b/components/policy/policy_browser.gypi
index 701a55f4fdec8800bb7f5a1ec5d399cfd066185d..e5a3931ffd4dfc98e75224178a70469649f5aca5 100644
--- a/components/policy/policy_browser.gypi
+++ b/components/policy/policy_browser.gypi
@@ -61,6 +61,17 @@
'core/browser/url_blacklist_policy_handler.cc',
'core/browser/url_blacklist_policy_handler.h',
],
+ 'conditions': [
+ ['OS=="android"', {
+ 'sources': [
+ 'core/browser/android/component_jni_registrar.cc',
+ 'core/browser/android/component_jni_registrar.h',
+ 'core/browser/android/policy_converter.cc',
+ 'core/browser/android/policy_converter.h',
+ ],
+ 'dependencies': [ 'policy_jni_headers' ]
+ }]
+ ]
}],
],
}
« no previous file with comments | « components/policy/core/browser/android/policy_converter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698