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

Unified Diff: sync/sync.gyp

Issue 23238005: sync: Remove ModelTypeInvalidationMap (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + another attempt at fixing gyps Created 7 years, 4 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
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index fb6476f8e0bd49fc7c96568dd58b47e10e538917..9690cf5da6f9a2b91428651d193c13084ba17552 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -65,6 +65,7 @@
],
'dependencies': [
'sync_proto',
+ 'sync_notifier',
],
'export_dependent_settings': [
'sync_proto',
Raghu Simha 2013/08/30 22:12:43 You will need to add sync_notifier to the export_d
rlarocque 2013/08/30 23:28:08 Done.
Raghu Simha 2013/08/30 23:35:50 nit: In case you haven't already landed this, sync
@@ -99,7 +100,6 @@
'sync_notifier.gypi',
],
'dependencies': [
- 'sync_core',
],
},

Powered by Google App Engine
This is Rietveld 408576698