Chromium Code Reviews| Index: components/offline_pages.gypi |
| diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi |
| index 05e128348b4814e011df2c3ca00b26968cf97add..689c60062577a929fb3b6e07515a9df979e71ab7 100644 |
| --- a/components/offline_pages.gypi |
| +++ b/components/offline_pages.gypi |
| @@ -37,6 +37,46 @@ |
| ], |
| }, |
| { |
| + # GN: //components/offline_pages/background:background_offliner |
| + 'target_name': 'background_offliner', |
| + 'type': 'static_library', |
| + 'include_dirs': [ |
| + '..', |
| + '../..', |
| + ], |
| + 'dependencies': [ |
| + '../base/base.gyp:base', |
| + '../net/net.gyp:net', |
| + '../url/url.gyp:url_lib', |
| + ], |
| + 'sources': [ |
| + 'offline_pages/background/offliner.h', |
| + 'offline_pages/background/request_coordinator.h', |
| + 'offline_pages/background/request_coordinator.cc', |
| + 'offline_pages/background/scheduler.h', |
| + ], |
| + }, |
| + { |
| + # GN: //components/offline_pages/background:background_offliner |
|
fgorski
2016/04/28 11:54:58
is this a duplicate?
Pete Williamson
2016/04/28 20:22:02
Yes. Duplicate code removed.
|
| + 'target_name': 'background_offliner', |
| + 'type': 'static_library', |
| + 'include_dirs': [ |
| + '..', |
| + '../..', |
| + ], |
| + 'dependencies': [ |
| + '../base/base.gyp:base', |
| + '../net/net.gyp:net', |
| + '../url/url.gyp:url_lib', |
| + ], |
| + 'sources': [ |
| + 'offline_pages/background/offliner.h', |
| + 'offline_pages/background/request_coordinator.h', |
| + 'offline_pages/background/request_coordinator.cc', |
| + 'offline_pages/background/scheduler.h', |
| + ], |
| + }, |
| + { |
| # GN version: //components/offline_pages:test_support |
| 'target_name': 'offline_pages_test_support', |
| 'type': 'static_library', |