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

Unified Diff: components/policy.gypi

Issue 78453005: Move PolicySchema and PolicySchemaRegistry to components/policy/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: export nested class on win Created 7 years, 1 month 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/components_tests.gyp ('k') | components/policy/core/common/schema_map.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 9c2c34cbb97ca7c1277fde0a6fcd90069a28e01c..165c4777dae013a6a5195109342cbae5ef9fc4cd 100644
--- a/components/policy.gypi
+++ b/components/policy.gypi
@@ -38,6 +38,10 @@
'policy/core/common/schema.cc',
'policy/core/common/schema.h',
'policy/core/common/schema_internal.h',
+ 'policy/core/common/schema_map.cc',
+ 'policy/core/common/schema_map.h',
+ 'policy/core/common/schema_registry.cc',
+ 'policy/core/common/schema_registry.h',
'policy/policy_export.h',
],
}, { # configuration_policy==0
« no previous file with comments | « components/components_tests.gyp ('k') | components/policy/core/common/schema_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698