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

Unified Diff: chrome/browser/BUILD.gn

Issue 2898393002: Split Android-specific dependency from BackgroundLoaderOffliner. Create a subfolder of c/b/offline_… (Closed)
Patch Set: more build fixes 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 3a676d395deeca0cef48d9c1fe823208f45581fd..fa2b15b48c3e0b35051878203ab4a0ab634f0c82 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2184,6 +2184,12 @@ split_static_library("browser") {
"offline_pages/background_loader_offliner.cc",
"offline_pages/background_loader_offliner.h",
]
+ if (is_android) {
+ sources += [
+ "offline_pages/android/load_termination_listener_impl.cc",
+ "offline_pages/android/load_termination_listener_impl.h",
+ ]
+ }
deps += [
"//components/offline_pages/content",
"//components/offline_pages/content/background_loader",

Powered by Google App Engine
This is Rietveld 408576698