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

Unified Diff: components/sync_driver.gypi

Issue 1371743003: Add missing dependency of sync_driver on policy_component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index 63f063798fca4800281e141146b4e6b429399c13..a4428648961e3179ade085d3ec0101a6922c6b30 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -157,6 +157,7 @@
['configuration_policy==1', {
'dependencies': [
'policy',
+ 'policy_component',
],
'sources': [
'sync_driver/sync_policy_handler.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698