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

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 10805046: [Sync] Make the 'sync' target the one clients should use (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some comments Created 8 years, 5 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
Index: chrome_frame/chrome_frame.gyp
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index cc0c571690047e6f0b84f3a833234fd5c3c9f1bb..9004b132166c74e4baa6cf6c0fd8116d73e871f7 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -392,7 +392,7 @@
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
'../skia/skia.gyp:skia',
- '../sync/sync.gyp:syncapi_core',
+ '../sync/sync.gyp:sync',
'../testing/gtest.gyp:gtest',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
@@ -778,7 +778,7 @@
'../chrome/chrome.gyp:installer_util',
'../google_update/google_update.gyp:google_update',
# Make the archive build happy.
- '../sync/sync.gyp:syncapi_core',
+ '../sync/sync.gyp:sync',
# Crash Reporting
'crash_reporting/crash_reporting.gyp:crash_report',
],
@@ -897,7 +897,7 @@
'../chrome/chrome.gyp:installer_util',
'../google_update/google_update.gyp:google_update',
# Make the archive build happy.
- '../sync/sync.gyp:syncapi_core',
+ '../sync/sync.gyp:sync',
# Crash Reporting
'crash_reporting/crash_reporting.gyp:crash_report',
],

Powered by Google App Engine
This is Rietveld 408576698