| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 259868e2fde25e2f62fbc5554d7d7178e8666e42..4bfd754d6e2a547b322ac944de5728d513af503f 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -2151,6 +2151,8 @@
|
| 'browser/sync/glue/http_bridge.cc',
|
| 'browser/sync/glue/http_bridge.h',
|
| 'browser/sync/glue/model_associator.h',
|
| + 'browser/sync/glue/new_non_frontend_data_type_controller.cc',
|
| + 'browser/sync/glue/new_non_frontend_data_type_controller.h',
|
| 'browser/sync/glue/non_frontend_data_type_controller.cc',
|
| 'browser/sync/glue/non_frontend_data_type_controller.h',
|
| 'browser/sync/glue/password_change_processor.cc',
|
| @@ -2172,6 +2174,10 @@
|
| 'browser/sync/glue/session_model_associator.cc',
|
| 'browser/sync/glue/session_model_associator_mac.mm',
|
| 'browser/sync/glue/session_model_associator.h',
|
| + 'browser/sync/glue/shared_change_processor.cc',
|
| + 'browser/sync/glue/shared_change_processor.h',
|
| + 'browser/sync/glue/shared_change_processor_ref.h',
|
| + 'browser/sync/glue/shared_change_processor_ref.cc',
|
| 'browser/sync/glue/syncable_service_adapter.cc',
|
| 'browser/sync/glue/syncable_service_adapter.h',
|
| 'browser/sync/glue/synced_session.h',
|
|
|