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

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

Issue 2064323004: Defines initial DeviceConditions and and plumbs down through StartProcessing() call. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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.gypi ('k') | components/offline_pages/background/device_conditions.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 b0b12ca1630653bc8e18c5ca276b21cc6be16a21..fe04e4eda5ffd6c03d365025053861dc3af94a36 100644
--- a/components/offline_pages/background/BUILD.gn
+++ b/components/offline_pages/background/BUILD.gn
@@ -9,6 +9,7 @@ if (is_android) {
# GYP: //components/offline_pages/offline_pages.gypi:background_offliner
static_library("background_offliner") {
sources = [
+ "device_conditions.h",
"offliner.h",
"offliner_factory.h",
"offliner_policy.h",
« no previous file with comments | « components/offline_pages.gypi ('k') | components/offline_pages/background/device_conditions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698