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. |