| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index b4f6bad22dafc2cbeabebdee529e4fa06571b3dd..8225a115610a0bf3683a676c2b4bf267403835ea 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -505,11 +505,12 @@
|
| 'target_name': 'syncapi_core',
|
| 'type': 'static_library',
|
| 'sources': [
|
| + 'browser/sync/engine/configure_reason.h',
|
| 'browser/sync/engine/http_post_provider_factory.h',
|
| 'browser/sync/engine/http_post_provider_interface.h',
|
| 'browser/sync/engine/syncapi.cc',
|
| 'browser/sync/engine/syncapi.h',
|
| - 'browser/sync/engine/configure_reason.h'
|
| + 'browser/sync/engine/sync_error.h',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|