Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5153)

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 7020031: [Sync] Move chrome/browser/sync/api files into their own targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chrome_frame gyp error Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 71d626c97c60b9128b89b81806fd24ea6f01a108..927837d35dac502cdcb9f1f580de3800982a2747 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',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698