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

Unified Diff: chrome/chrome_browser.gypi

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: Component build working on all platforms 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 | « no previous file | chrome/chrome_browser_chromeos.gypi » ('j') | chrome/chrome_browser_extensions.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index a7a85e6e7eb5bdd6e4bb3fce9af78c91c3067b63..1039c5f12c863b188d11ef2698be7de79c6a1863 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -33,11 +33,13 @@
'../google_apis/google_apis.gyp:google_apis',
'../media/media.gyp:media',
'../skia/skia.gyp:skia',
- '../sync/protocol/sync_proto.gyp:sync_proto',
+ '../sql/sql.gyp:sql',
akalin 2013/01/07 20:14:51 i assume you found a direct include of something i
Raghu Simha 2013/01/08 11:27:48 That's right. For instance, there are numerous ins
# TODO(akalin): Depend only on sync_api from sync.
+ '../sync/sync.gyp:sync_core',
akalin 2013/01/07 20:14:51 confused -- why not depend on just sync.gyp:sync?
Raghu Simha 2013/01/08 11:27:48 In this specific case, you're right that it might
'../sync/sync.gyp:sync_api',
'../sync/sync.gyp:sync_internal_api',
'../sync/sync.gyp:sync_notifier',
+ '../sync/sync.gyp:sync_proto',
'../third_party/bzip2/bzip2.gyp:bzip2',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_proto_cpp',
« no previous file with comments | « no previous file | chrome/chrome_browser_chromeos.gypi » ('j') | chrome/chrome_browser_extensions.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698