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

Unified Diff: components/offline_pages/background/BUILD.gn

Issue 1950733002: Add unit test for request coordiator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More CR feedback per FGorski 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/background/BUILD.gn
diff --git a/components/offline_pages/background/BUILD.gn b/components/offline_pages/background/BUILD.gn
index 3ea2d95a0ec5ab2b28229cb5cce00f9cff9cd0b5..4117bc732ac79e59df4fe1bf8ef68960fd0364ee 100644
--- a/components/offline_pages/background/BUILD.gn
+++ b/components/offline_pages/background/BUILD.gn
@@ -33,6 +33,7 @@ static_library("background_offliner") {
source_set("unit_tests") {
testonly = true
sources = [
+ "request_coordinator_unittest.cc",
"request_queue_in_memory_store_unittest.cc",
"save_page_request_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698