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

Unified Diff: components/policy/policy_common.gypi

Issue 284493002: Fix policy_component shared_library link without configuration_policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/policy_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/policy_common.gypi
diff --git a/components/policy/policy_common.gypi b/components/policy/policy_common.gypi
index 016a1eabb1215a5362e0257cd5ef8eb41ed2da87..ed7a7fc100cac36235ed15fc4548f20b8565f004 100644
--- a/components/policy/policy_common.gypi
+++ b/components/policy/policy_common.gypi
@@ -12,6 +12,10 @@
'include_dirs': [
'..',
],
+ 'sources': [
+ 'core/common/policy_pref_names.cc',
+ 'core/common/policy_pref_names.h',
Joao da Silva 2014/05/12 11:51:09 If the pref names are needed then they should be i
+ ],
'conditions': [
['configuration_policy==1', {
'dependencies': [
@@ -110,8 +114,6 @@
'core/common/policy_map.h',
'core/common/policy_namespace.cc',
'core/common/policy_namespace.h',
- 'core/common/policy_pref_names.cc',
- 'core/common/policy_pref_names.h',
'core/common/policy_provider_android.cc',
'core/common/policy_provider_android.h',
'core/common/policy_provider_android_delegate.h',
« no previous file with comments | « components/policy/policy_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698