| Index: components/offline_pages.gypi
|
| diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
|
| index 5837d65f43191e8f54c04abded0319aa053df119..fa96b337c0960b794191dba0df476a2d5752bd23 100644
|
| --- a/components/offline_pages.gypi
|
| +++ b/components/offline_pages.gypi
|
| @@ -85,10 +85,12 @@
|
| 'offline_pages',
|
| ],
|
| 'sources': [
|
| - 'offline_pages/offline_page_test_archiver.h',
|
| 'offline_pages/offline_page_test_archiver.cc',
|
| - 'offline_pages/offline_page_test_store.h',
|
| + 'offline_pages/offline_page_test_archiver.h',
|
| 'offline_pages/offline_page_test_store.cc',
|
| + 'offline_pages/offline_page_test_store.h',
|
| + 'offline_pages/stub_offline_page_model.cc',
|
| + 'offline_pages/stub_offline_page_model.h',
|
| ],
|
| },
|
| ],
|
|
|