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

Unified Diff: components/browser_sync.gypi

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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: components/browser_sync.gypi
diff --git a/components/browser_sync.gypi b/components/browser_sync.gypi
index 9ab4286e669bfb513285f32edec5f1466d7039e2..98e76ee0327e0d3e748252e88a709360e93244a0 100644
--- a/components/browser_sync.gypi
+++ b/components/browser_sync.gypi
@@ -30,7 +30,6 @@
'signin_core_browser',
'syncable_prefs',
'sync_bookmarks',
- 'sync_driver',
'sync_sessions',
'variations',
'version_info',
@@ -38,9 +37,6 @@
'include_dirs': [
'..',
],
- 'export_dependent_settings': [
- 'sync_driver',
- ],
'sources': [
# Note: file list duplicated in GN build.
'browser_sync/browser/profile_sync_components_factory_impl.cc',
@@ -76,6 +72,7 @@
'../base/base.gyp:test_support_base',
'../google_apis/google_apis.gyp:google_apis',
'../components/sync.gyp:sync',
+ '../components/sync.gyp:test_support_sync_driver',
'../testing/gmock.gyp:gmock',
'bookmarks_browser',
'browser_sync_browser',
@@ -85,8 +82,6 @@
'pref_registry',
'signin_core_browser',
'signin_core_browser_test_support',
- 'sync_driver',
- 'sync_driver_test_support',
'sync_sessions_test_support',
'syncable_prefs_test_support',
],

Powered by Google App Engine
This is Rietveld 408576698