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

Unified Diff: chrome/chrome_browser.gypi

Issue 7020031: [Sync] Move chrome/browser/sync/api files into their own targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chrome_frame gyp error Created 9 years, 7 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.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
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 af68e1c3f8bd9ef9dc9d4e9bc6dfe93c98017153..9426694642a77e2d9e1ce11d45c6fb44f2a15d7f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -23,7 +23,9 @@
'profile_import',
'safe_browsing_csd_proto',
'safe_browsing_report_proto',
- 'syncapi',
+ # TODO(sync): Make browser not depend on syncapi_core directly.
+ 'syncapi_core',
+ 'syncapi_service',
'theme_resources',
'theme_resources_large',
'theme_resources_standard',
@@ -2029,14 +2031,6 @@
'browser/sync/profile_sync_service_harness.cc',
'browser/sync/profile_sync_service_harness.h',
'browser/sync/profile_sync_service_observer.h',
- 'browser/sync/api/syncable_service.cc', # TODO(zea): make own target.
- 'browser/sync/api/syncable_service.h',
- 'browser/sync/api/sync_data.h',
- 'browser/sync/api/sync_data.cc',
- 'browser/sync/api/sync_change.h',
- 'browser/sync/api/sync_change.cc',
- 'browser/sync/api/sync_change_processor.h',
- 'browser/sync/api/sync_change_processor.cc',
'browser/sync/signin_manager.cc',
'browser/sync/signin_manager.h',
'browser/sync/sync_setup_flow.cc',
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698