| Index: components/offline_pages.gypi
|
| diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
|
| index 523d4fd83c321710d0a1ed8e16730944289cf5c6..fdb81b32d1f4dc3e631315941f31efd4bf6bc8cd 100644
|
| --- a/components/offline_pages.gypi
|
| +++ b/components/offline_pages.gypi
|
| @@ -89,6 +89,24 @@
|
| ],
|
| },
|
| {
|
| + # GN: //components/offline_pages/downloads:offline_pages_ui_adapter
|
| + 'target_name': 'offline_pages_ui_adapter',
|
| + 'type': 'static_library',
|
| + 'include_dirs': [
|
| + '..',
|
| + '../..',
|
| + ],
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + ],
|
| + 'sources': [
|
| + 'offline_pages/downloads/download_ui_adapter.cc',
|
| + 'offline_pages/downloads/download_ui_adapter.h',
|
| + 'offline_pages/downloads/download_ui_item.cc',
|
| + 'offline_pages/downloads/download_ui_item.h',
|
| + ],
|
| + },
|
| + {
|
| # GN version: //components/offline_pages:test_support
|
| 'target_name': 'offline_pages_test_support',
|
| 'type': 'static_library',
|
|
|