Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: components/offline_pages.gypi

Issue 2016313003: Adds unit tests for Offliner SavePage implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed Fake* to Stub* and added files to proper build target Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
},
],
« no previous file with comments | « chrome/browser/android/offline_pages/prerendering_offliner_unittest.cc ('k') | components/offline_pages/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698