Chromium Code Reviews| 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 |
|
jochen (gone - plz use gerrit)
2016/04/28 15:46:37
where's the gyp unit test version?
sfiera
2016/04/28 16:11:04
Do you mean in components_tests.gyp? There aren't
|
| + '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', |
| ], |
| }, |
| ], |