| Index: chrome_frame/chrome_frame.gyp
|
| diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
|
| index a8f4f1dea77bd69663f666cf16f083e4f63f2574..7cc47e169f8b548756e70b3ff83c43c84dc23842 100644
|
| --- a/chrome_frame/chrome_frame.gyp
|
| +++ b/chrome_frame/chrome_frame.gyp
|
| @@ -384,7 +384,6 @@
|
| '../chrome/chrome.gyp:browser',
|
| '../chrome/chrome.gyp:debugger',
|
| '../chrome/chrome.gyp:renderer',
|
| - '../chrome/chrome.gyp:syncapi_core',
|
| '../chrome/chrome.gyp:test_support_common',
|
| '../chrome/chrome_resources.gyp:chrome_resources',
|
| '../content/content.gyp:content_app',
|
| @@ -393,6 +392,7 @@
|
| '../net/net.gyp:net',
|
| '../net/net.gyp:net_test_support',
|
| '../skia/skia.gyp:skia',
|
| + '../sync/sync.gyp:syncapi_core',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| @@ -774,11 +774,11 @@
|
| 'dependencies': [
|
| '../breakpad/breakpad.gyp:breakpad_handler',
|
| '../chrome/chrome.gyp:automation',
|
| - # Make the archive build happy.
|
| - '../chrome/chrome.gyp:syncapi_core',
|
| # Installer
|
| '../chrome/chrome.gyp:installer_util',
|
| '../google_update/google_update.gyp:google_update',
|
| + # Make the archive build happy.
|
| + '../sync/sync.gyp:syncapi_core',
|
| # Crash Reporting
|
| 'crash_reporting/crash_reporting.gyp:crash_report',
|
| ],
|
| @@ -893,11 +893,11 @@
|
| 'dependencies': [
|
| '../breakpad/breakpad.gyp:breakpad_handler_dll',
|
| '../chrome/chrome.gyp:automation',
|
| - # Make the archive build happy.
|
| - '../chrome/chrome.gyp:syncapi_core',
|
| # Installer
|
| '../chrome/chrome.gyp:installer_util',
|
| '../google_update/google_update.gyp:google_update',
|
| + # Make the archive build happy.
|
| + '../sync/sync.gyp:syncapi_core',
|
| # Crash Reporting
|
| 'crash_reporting/crash_reporting.gyp:crash_report',
|
| ],
|
|
|