| Index: components/offline_pages.gypi
|
| diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
|
| index c53dd5b720af6c226b7b24c55be3912ff4dc06dc..50123d31f83a4dde604816772c70ae4106e5c709 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',
|
| ],
|
| @@ -73,6 +74,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',
|
|
|