Chromium Code Reviews| Index: sync/sync.gyp |
| diff --git a/sync/sync.gyp b/sync/sync.gyp |
| index 3583c87b288f6a5dedd77c5b97995aa470c34df5..a35e9434bdb73be79abddbc7441d702f60da8edb 100644 |
| --- a/sync/sync.gyp |
| +++ b/sync/sync.gyp |
| @@ -257,8 +257,8 @@ |
| 'notifier/sync_notifier.h', |
| 'notifier/sync_notifier_factory.cc', |
| 'notifier/sync_notifier_factory.h', |
| - 'notifier/sync_notifier_helper.cc', |
| - 'notifier/sync_notifier_helper.h', |
| + 'notifier/sync_notifier_registrar.cc', |
|
msw
2012/08/09 05:20:26
nit: alphabetize _registrar after _observer
akalin
2012/08/10 01:28:08
Done.
|
| + 'notifier/sync_notifier_registrar.h', |
| 'notifier/sync_notifier_observer.h', |
| ], |
| 'conditions': [ |
| @@ -654,7 +654,7 @@ |
| 'notifier/p2p_notifier_unittest.cc', |
| 'notifier/push_client_channel_unittest.cc', |
| 'notifier/registration_manager_unittest.cc', |
| - 'notifier/sync_notifier_helper_unittest.cc', |
| + 'notifier/sync_notifier_registrar_unittest.cc', |
| ], |
| }], |
| ], |