| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index ec1a9635c89095d77ba1b4475d70827ee2fceaf4..16897949f6ee43b270bb2a245ea1b77a2f948a80 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -2158,6 +2158,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',
|
| @@ -2179,6 +2181,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',
|
|
|