| 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',
|
| ],
|
| },
|
| ],
|
|
|