| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 801221f8c91cd4edc77ef74f6102a649357030d5..3e37420e67c9af88da6ffcf8d8084dd515fc8950 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -20,7 +20,7 @@
|
| '../content/content.gyp:content_gpu',
|
| '../content/content.gyp:content_ppapi_plugin',
|
| '../content/content.gyp:content_worker',
|
| - '../sync/sync.gyp:syncapi_core',
|
| + '../sync/sync.gyp:sync_core',
|
| '../printing/printing.gyp:printing',
|
| '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector_resources',
|
| ],
|
| @@ -367,6 +367,7 @@
|
| 'dependencies': [
|
| 'test_support_common',
|
| '../skia/skia.gyp:skia',
|
| + '../sync/sync.gyp:sync_core',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|