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

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

Issue 2089413002: [Offline Pages] Create a event/activity logger (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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
« no previous file with comments | « components/offline_pages/BUILD.gn ('k') | components/offline_pages/background/request_coordinator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/background/BUILD.gn
diff --git a/components/offline_pages/background/BUILD.gn b/components/offline_pages/background/BUILD.gn
index b02ce9d2cad7fb8ddbd1816ae04cb183539fe0ca..338bcef4050615f1e741d2d7334acac4ba114bf9 100644
--- a/components/offline_pages/background/BUILD.gn
+++ b/components/offline_pages/background/BUILD.gn
@@ -15,6 +15,8 @@ static_library("background_offliner") {
"offliner_policy.h",
"request_coordinator.cc",
"request_coordinator.h",
+ "request_coordinator_event_logger.cc",
+ "request_coordinator_event_logger.h",
"request_picker.cc",
"request_picker.h",
"request_queue.cc",
@@ -42,6 +44,7 @@ static_library("background_offliner") {
source_set("unit_tests") {
testonly = true
sources = [
+ "request_coordinator_event_logger_unittest.cc",
"request_coordinator_unittest.cc",
"request_picker_unittest.cc",
"request_queue_store_unittest.cc",
« no previous file with comments | « components/offline_pages/BUILD.gn ('k') | components/offline_pages/background/request_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698