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

Unified Diff: chrome/chrome_browser.gypi

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/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 1da68715d24ad7aeb457cd09c943e869248c0c10..f4500f65bc6c7414b54e2e05b8da526fce939b98 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -40,11 +40,7 @@
'../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
'../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',
- '../sync/sync.gyp:sync_notifier',
+ '../sync/sync.gyp:sync',
'../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
'../third_party/bzip2/bzip2.gyp:bzip2',
'../third_party/cld/cld.gyp:cld',
@@ -89,7 +85,7 @@
],
},
'export_dependent_settings': [
- '../sync/sync.gyp:sync_notifier',
+ '../sync/sync.gyp:sync',
],
'sources': [
# All .cc, .h, .m, and .mm files under browser except for:

Powered by Google App Engine
This is Rietveld 408576698