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

Unified Diff: components/offline_pages/content/background_loader/BUILD.gn

Issue 2534673002: [Offline pages] Create offliner that uses background loader (Closed)
Patch Set: bleh it works now Created 4 years 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 | « chrome/test/BUILD.gn ('k') | components/offline_pages/content/background_loader/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/content/background_loader/BUILD.gn
diff --git a/components/offline_pages/content/background_loader/BUILD.gn b/components/offline_pages/content/background_loader/BUILD.gn
index 9e6aaeda9d37ba255c97a8ee690d4433daa34788..b552743994a2e68f6e911affa95d4f00a7a1027d 100644
--- a/components/offline_pages/content/background_loader/BUILD.gn
+++ b/components/offline_pages/content/background_loader/BUILD.gn
@@ -18,6 +18,20 @@ source_set("background_loader") {
]
}
+source_set("test_support") {
+ testonly = true
+
+ sources = [
+ "background_loader_contents_stub.cc",
+ "background_loader_contents_stub.h",
+ ]
+
+ deps = [
+ ":background_loader",
+ "//content/test:test_support",
+ ]
+}
+
source_set("unit_tests") {
testonly = true
sources = [
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/offline_pages/content/background_loader/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698