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

Unified Diff: sync/sync.gyp

Issue 23238005: sync: Remove ModelTypeInvalidationMap (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sort entries in gyp files 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
« no previous file with comments | « sync/sessions/sync_session_unittest.cc ('k') | sync/sync_internal_api.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index fb6476f8e0bd49fc7c96568dd58b47e10e538917..f71a872cde99c049e202b8d9270f4ff266420483 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -64,9 +64,11 @@
'sync_core.gypi',
],
'dependencies': [
+ 'sync_notifier',
'sync_proto',
],
'export_dependent_settings': [
+ 'sync_notifier',
'sync_proto',
],
},
@@ -98,9 +100,6 @@
'includes': [
'sync_notifier.gypi',
],
- 'dependencies': [
- 'sync_core',
- ],
},
# The sync protocol buffer library.
« no previous file with comments | « sync/sessions/sync_session_unittest.cc ('k') | sync/sync_internal_api.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698