| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index f7a2c0f39d6ade196215f04a69c636bfb6bcf1be..028a124749f5a825aae4a2c1016b2c4e0cbafd74 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -1070,6 +1070,12 @@
|
| 'browser/sync/notifier/server_notifier_thread.cc',
|
| 'browser/sync/notifier/server_notifier_thread.h',
|
| 'browser/sync/notifier/state_writer.h',
|
| + 'browser/sync/notifier/sync_notifier.h',
|
| + 'browser/sync/notifier/sync_notifier_factory.h',
|
| + 'browser/sync/notifier/sync_notifier_factory.cc',
|
| + 'browser/sync/notifier/sync_notifier_impl.h',
|
| + 'browser/sync/notifier/sync_notifier_impl.cc',
|
| + 'browser/sync/notifier/sync_notifier_callback.h',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|