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

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 per Dimich, BMcQuade, and CSHarrison 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..37c0f3ac24c12a79403bc743cccfa3f860add7ff 100644
--- a/components/offline_pages/core/background/BUILD.gn
+++ b/components/offline_pages/core/background/BUILD.gn
@@ -63,6 +63,7 @@ static_library("background_offliner") {
"//components/offline_pages/core",
"//components/offline_pages/core:switches",
"//net",
+ "//skia",
"//sql:sql",
"//url",
]
@@ -73,6 +74,7 @@ static_library("test_support") {
sources = [
"network_quality_provider_stub.cc",
"network_quality_provider_stub.h",
+ "offliner.h",
"offliner_stub.cc",
"offliner_stub.h",
"request_coordinator_stub_taco.cc",

Powered by Google App Engine
This is Rietveld 408576698