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

Unified Diff: chrome/chrome.gyp

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: More CR Feedback 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 | « no previous file | chrome/chrome_browser.gypi » ('j') | sync/sync.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 801221f8c91cd4edc77ef74f6102a649357030d5..3e37420e67c9af88da6ffcf8d8084dd515fc8950 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -20,7 +20,7 @@
'../content/content.gyp:content_gpu',
'../content/content.gyp:content_ppapi_plugin',
'../content/content.gyp:content_worker',
- '../sync/sync.gyp:syncapi_core',
+ '../sync/sync.gyp:sync_core',
'../printing/printing.gyp:printing',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector_resources',
],
@@ -367,6 +367,7 @@
'dependencies': [
'test_support_common',
'../skia/skia.gyp:skia',
+ '../sync/sync.gyp:sync_core',
],
'include_dirs': [
'..',
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | sync/sync.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698