Chromium Code Reviews| Index: components/offline_pages.gypi |
| diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi |
| index 523d4fd83c321710d0a1ed8e16730944289cf5c6..73a025e855b9c020e8bd9836475e78ba6ab0483f 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': [ |
| + 'download_ui_adapter.cc', |
|
fgorski
2016/07/26 20:10:58
compilation issue caused by lack of path
|
| + 'download_ui_adapter.h', |
| + 'download_ui_item.cc', |
| + 'download_ui_item.h', |
| + ], |
| + }, |
| + { |
| # GN version: //components/offline_pages:test_support |
| 'target_name': 'offline_pages_test_support', |
| 'type': 'static_library', |