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

Unified Diff: components/browser_sync.gypi

Issue 1408003010: [sync] Componentize switches used by ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@more_pss_chrome_deps
Patch Set: Add BUILD.gn file Created 5 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
Index: components/browser_sync.gypi
diff --git a/components/toolbar.gypi b/components/browser_sync.gypi
similarity index 59%
copy from components/toolbar.gypi
copy to components/browser_sync.gypi
index 77dc03909b459acaa06f46cf338bb82c19ab881f..c10ce0d1ee7da4b15cae5808a13b282d9e29d033 100644
--- a/components/toolbar.gypi
+++ b/components/browser_sync.gypi
@@ -5,20 +5,19 @@
{
'targets': [
{
- # GN version: //components/toolbar
- 'target_name': 'toolbar',
+ # GN version: //components/browser_sync_common
+ 'target_name': 'browser_sync_common',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../url/url.gyp:url_lib',
],
'include_dirs': [
'..',
],
'sources': [
- # Note: sources list duplicated in GN build.
- 'toolbar/toolbar_model.cc',
- 'toolbar/toolbar_model.h',
+ # Note: file list duplicated in GN build.
+ 'browser_sync/common/browser_sync_switches.cc',
+ 'browser_sync/common/browser_sync_switches.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698