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

Unified Diff: components/policy.gypi

Issue 23653044: Move prefs::kLastPolicyStatisticsUpdate to the policy component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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 | « chrome/common/pref_names.cc ('k') | components/policy/core/common/policy_pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy.gypi
diff --git a/components/policy.gypi b/components/policy.gypi
index acd6ccfe0e22cf5c7123c7b04db2b3a2f7b6893f..7471212c27eaa1968f188634326374168e49606a 100644
--- a/components/policy.gypi
+++ b/components/policy.gypi
@@ -20,6 +20,8 @@
'conditions': [
['configuration_policy==1', {
'sources': [
+ 'policy/core/common/policy_pref_names.cc',
+ 'policy/core/common/policy_pref_names.h',
'policy/core/common/policy_schema.cc',
'policy/core/common/policy_schema.h',
'policy/core/common/schema.cc',
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/policy/core/common/policy_pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698