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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 11348052: [sync] Componentize sync: Part 1: Clean up sync.gyp and update chrome / test dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase one last time Created 8 years, 1 month 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_browser.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 7ed902ee2d54e1f34944bebe642e29f14b3470f2..c26e4c5308123a203bf1349b0a9e62d219906af1 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -58,9 +58,9 @@
'../printing/printing.gyp:printing',
'../skia/skia.gyp:skia',
'../sync/protocol/sync_proto.gyp:sync_proto',
- # TODO(akalin): Depend only on syncapi_service from sync.
- '../sync/sync.gyp:syncapi_core',
- '../sync/sync.gyp:syncapi_service',
+ # TODO(akalin): Depend only on sync_api from sync.
+ '../sync/sync.gyp:sync_api',
+ '../sync/sync.gyp:sync_internal_api',
'../sync/sync.gyp:sync_notifier',
'../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
'../third_party/bzip2/bzip2.gyp:bzip2',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698