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

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

Issue 2879013002: Create skeleton for the Prefetching store and initial pipeline step. (Closed)
Patch Set: Made construction params a cost&. 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/BUILD.gn
diff --git a/components/offline_pages/core/BUILD.gn b/components/offline_pages/core/BUILD.gn
index 315f64b4376b1709545a503e9d3abb4e924b836d..90eb73a6000f6b5333e3459f3cc68783efbdc029 100644
--- a/components/offline_pages/core/BUILD.gn
+++ b/components/offline_pages/core/BUILD.gn
@@ -10,6 +10,8 @@ static_library("core") {
sources = [
"archive_manager.cc",
"archive_manager.h",
+ "client_id.cc",
+ "client_id.h",
"client_namespace_constants.cc",
"client_namespace_constants.h",
"client_policy_controller.cc",
« no previous file with comments | « chrome/browser/offline_pages/prefetch/prefetch_service_factory.cc ('k') | components/offline_pages/core/client_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698