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

Unified Diff: components/ntp_tiles.gypi

Issue 1928913002: Create //components/ntp_tiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/ntp_tiles.gypi
diff --git a/components/browsing_data_ui.gypi b/components/ntp_tiles.gypi
similarity index 54%
copy from components/browsing_data_ui.gypi
copy to components/ntp_tiles.gypi
index 859c0cc65998670d43ff1741d574a50cf2b0cd6a..a02ab063dcf681bfc5a13a03eb9a7b46bc8616a4 100644
--- a/components/browsing_data_ui.gypi
+++ b/components/ntp_tiles.gypi
@@ -5,21 +5,20 @@
{
'targets': [
{
- # GN version: //components/browsing_data_ui
- 'target_name': 'browsing_data_ui',
+ # GN version: //components/ntp_tiles
+ 'target_name': 'ntp_tiles',
'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- 'browser_sync_browser',
- 'history_core_browser',
- ],
'include_dirs': [
'..',
],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
'sources': [
- # Note: sources list duplicated in GN build.
- 'browsing_data_ui/history_notice_utils.cc',
- 'browsing_data_ui/history_notice_utils.h',
+ 'ntp_tiles/pref_names.h',
+ 'ntp_tiles/pref_names.cc',
+ 'ntp_tiles/switches.h',
+ 'ntp_tiles/switches.cc',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698