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

Unified Diff: components/physical_web_data_source.gypi

Issue 2113473002: Add a Physical Web data source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove notification Created 4 years, 6 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/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',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698