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

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: Put policy_pref_names.cc in two separate sources list 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..1d7996a443d77cf39ca12dca115760d8b2b8b2ea 100644
--- a/components/policy/policy_common.gypi
+++ b/components/policy/policy_common.gypi
@@ -203,6 +203,8 @@
'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_service.cc',
'core/common/policy_service.h',
'core/common/policy_service_stub.cc',
« 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