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

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 11412211: [sync] Componentize sync: Part Final: Target 'sync' is now its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + Merge + Undo copyright changes Created 7 years, 11 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_unit.gypi ('k') | jingle/jingle.gyp » ('j') | 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 4b9e5bd7bc811dba97bfea138c8ed0239f3800fc..797f7313a858f8c6f072bd9790736d1492474e92 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -417,7 +417,7 @@
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
'../skia/skia.gyp:skia',
- '../sync/sync.gyp:sync_api',
+ '../sync/sync.gyp:sync',
'../testing/gtest.gyp:gtest',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
@@ -800,7 +800,7 @@
'../chrome/chrome.gyp:installer_util',
'../google_update/google_update.gyp:google_update',
# Make the archive build happy.
- '../sync/sync.gyp:sync_api',
+ '../sync/sync.gyp:sync',
# Crash Reporting
'crash_reporting/crash_reporting.gyp:crash_report',
],
@@ -923,7 +923,7 @@
'../chrome/chrome.gyp:installer_util',
'../google_update/google_update.gyp:google_update',
# Make the archive build happy.
- '../sync/sync.gyp:sync_api',
+ '../sync/sync.gyp:sync',
# Crash Reporting
'crash_reporting/crash_reporting.gyp:crash_report',
],
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | jingle/jingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698