| Index: components/physical_web_data_source.gypi
|
| diff --git a/components/browsing_data_ui.gypi b/components/physical_web_data_source.gypi
|
| similarity index 60%
|
| copy from components/browsing_data_ui.gypi
|
| copy to components/physical_web_data_source.gypi
|
| index f7d10e0f6c36fc41799401bd5b09749d62b72b89..3c267c9d51be8991c89aad48b7a0165b9e7713fb 100644
|
| --- a/components/browsing_data_ui.gypi
|
| +++ b/components/physical_web_data_source.gypi
|
| @@ -5,22 +5,19 @@
|
| {
|
| 'targets': [
|
| {
|
| - # GN version: //components/browsing_data_ui
|
| - 'target_name': 'browsing_data_ui',
|
| + # GN version: //components/physical_web_data_source
|
| + 'target_name': 'physical_web_data_source',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| - 'history_core_browser',
|
| - 'sync_driver',
|
| - 'version_info',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
| - 'browsing_data_ui/history_notice_utils.cc',
|
| - 'browsing_data_ui/history_notice_utils.h',
|
| + 'physical_web_data_source/physical_web_data_source.cc',
|
| + 'physical_web_data_source/physical_web_data_source.h',
|
| ],
|
| },
|
| ],
|
|
|