diff options
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 71d626c..927837d 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -386,7 +386,7 @@ '../chrome/chrome.gyp:chrome_resources', '../chrome/chrome.gyp:debugger', '../chrome/chrome.gyp:renderer', - '../chrome/chrome.gyp:syncapi', + '../chrome/chrome.gyp:syncapi_core', '../content/content.gyp:content_gpu', '../net/net.gyp:net_test_support', '../skia/skia.gyp:skia', @@ -786,7 +786,7 @@ '../breakpad/breakpad.gyp:breakpad_handler', '../chrome/chrome.gyp:automation', # Make the archive build happy. - '../chrome/chrome.gyp:syncapi', + '../chrome/chrome.gyp:syncapi_core', # Installer '../chrome/chrome.gyp:installer_util', '../google_update/google_update.gyp:google_update', @@ -917,7 +917,7 @@ '../breakpad/breakpad.gyp:breakpad_handler_dll', '../chrome/chrome.gyp:automation', # Make the archive build happy. - '../chrome/chrome.gyp:syncapi', + '../chrome/chrome.gyp:syncapi_core', # Installer '../chrome/chrome.gyp:installer_util', '../google_update/google_update.gyp:google_update', |