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

Unified Diff: components/offline_pages/BUILD.gn

Issue 1226173004: Componentize //chrome/browser/offline_pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated unittest and gn build Created 5 years, 5 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/BUILD.gn
diff --git a/components/offline_pages/BUILD.gn b/components/offline_pages/BUILD.gn
index 36cee8587b5b202476d5a7412bc5d7392c740aa0..33e38c4c18fda783c49df3db34f8fac5efd093aa 100644
--- a/components/offline_pages/BUILD.gn
+++ b/components/offline_pages/BUILD.gn
@@ -17,6 +17,7 @@ static_library("offline_pages") {
deps = [
"//base",
"//components/keyed_service/core",
+ "//components/offline_pages/proto:offline_pages_proto",
"//net",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698