| Index: components/offline_pages.gypi
|
| diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
|
| index 10902b1beb892a22787afcace7fa08a61f481644..c3b8b7a784b0ad5bd92b5d9afc33f46368cd01d2 100644
|
| --- a/components/offline_pages.gypi
|
| +++ b/components/offline_pages.gypi
|
| @@ -57,6 +57,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../net/net.gyp:net',
|
| + '../sql/sql.gyp:sql',
|
| '../url/url.gyp:url_lib',
|
| 'keyed_service_core',
|
| ],
|
| @@ -74,6 +75,8 @@
|
| 'offline_pages/background/request_queue_in_memory_store.cc',
|
| 'offline_pages/background/request_queue_in_memory_store.h',
|
| 'offline_pages/background/request_queue_store.h',
|
| + 'offline_pages/background/request_queue_store_sql.cc',
|
| + 'offline_pages/background/request_queue_store_sql.h',
|
| 'offline_pages/background/save_page_request.cc',
|
| 'offline_pages/background/save_page_request.h',
|
| 'offline_pages/background/scheduler.h',
|
|
|