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

Unified Diff: components/offline_pages/BUILD.gn

Issue 2322793003: [Offline Pages] Fix flaky test due to actual loading of database. (Closed)
Patch Set: fixing build. Created 4 years, 3 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/BUILD.gn
diff --git a/components/offline_pages/BUILD.gn b/components/offline_pages/BUILD.gn
index 63d680cfb595cff66df1264bd7273db3438409d5..b1c3a24214a693faaa4a7535a7129af826331583 100644
--- a/components/offline_pages/BUILD.gn
+++ b/components/offline_pages/BUILD.gn
@@ -36,6 +36,8 @@ static_library("offline_pages") {
"offline_page_types.h",
"snapshot_controller.cc",
"snapshot_controller.h",
+ "stub_offline_page_model.cc",
+ "stub_offline_page_model.h",
]
deps = [
@@ -55,8 +57,6 @@ static_library("test_support") {
"offline_page_test_archiver.h",
"offline_page_test_store.cc",
"offline_page_test_store.h",
- "stub_offline_page_model.cc",
- "stub_offline_page_model.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698