Chromium Code Reviews| 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', |