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

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

Issue 2857063002: Add a way to send the resource percentage signal to the RC. (Closed)
Patch Set: CR feedback, fix unit test. Created 3 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/core/background/BUILD.gn
diff --git a/components/offline_pages/core/background/BUILD.gn b/components/offline_pages/core/background/BUILD.gn
index 63971560654a5af112b185e5ac790f8a5d3da05e..beff245bf2cfd836e1904b8cd6ac137c28c2d187 100644
--- a/components/offline_pages/core/background/BUILD.gn
+++ b/components/offline_pages/core/background/BUILD.gn
@@ -50,6 +50,8 @@ static_library("background_offliner") {
"request_queue_store.h",
"request_queue_store_sql.cc",
"request_queue_store_sql.h",
+ "resource_data_type.h",
+ "resource_tracker_observer.h",
"save_page_request.cc",
"save_page_request.h",
"scheduler.h",
@@ -79,6 +81,10 @@ static_library("test_support") {
"request_coordinator_stub_taco.h",
"request_queue_in_memory_store.cc",
"request_queue_in_memory_store.h",
+ "resource_data_type.h",
+ "resource_tracker_observer.h",
+ "resource_tracker_observer_stub.cc",
+ "resource_tracker_observer_stub.h",
"scheduler_stub.cc",
"scheduler_stub.h",
]

Powered by Google App Engine
This is Rietveld 408576698