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

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

Issue 2483463002: [Offline Pages] Feature flag to allow concurrent background loading on svelte (Closed)
Patch Set: Added flag to LoginCustomFlags histogram Created 4 years, 1 month 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 400505e2c9c8569d2281345390878ced2b90e2b7..2765469fd9b894b3a66e23c8dcafe39793a2f107 100644
--- a/components/offline_pages/background/BUILD.gn
+++ b/components/offline_pages/background/BUILD.gn
@@ -47,6 +47,7 @@ static_library("background_offliner") {
"//base",
"//components/keyed_service/core",
"//components/offline_pages:offline_pages",
+ "//components/offline_pages:switches",
"//components/offline_pages/core",
"//net",
"//sql:sql",
@@ -75,6 +76,7 @@ source_set("unit_tests") {
"//base",
"//base/test:test_support",
"//components/offline_pages:offline_pages",
+ "//components/offline_pages:switches",
"//testing/gtest",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698