Chromium Code Reviews| 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', |
| ], |
| }, |