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

Unified Diff: components/offline_pages/BUILD.gn

Issue 1482653002: Add more components to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chromeos Created 5 years, 1 month 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/network_hints/common/BUILD.gn ('k') | components/open_from_clipboard/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/BUILD.gn
diff --git a/components/offline_pages/BUILD.gn b/components/offline_pages/BUILD.gn
index cffaa7ef2ad593500e2569475ce45c1e207af391..2884333074911d265c4ae2cc343d8ca6d3d03a9a 100644
--- a/components/offline_pages/BUILD.gn
+++ b/components/offline_pages/BUILD.gn
@@ -26,6 +26,7 @@ static_library("offline_pages") {
deps = [
"//base",
+ "//components/bookmarks/browser",
"//components/keyed_service/core",
"//components/leveldb_proto",
"//components/offline_pages/proto:offline_pages_proto",
@@ -44,8 +45,12 @@ source_set("unit_tests") {
deps = [
":offline_pages",
+ "//base",
+ "//components/bookmarks/browser",
+ "//components/leveldb_proto",
"//components/offline_pages/proto:offline_pages_proto",
"//testing/gtest",
+ "//url",
]
}
« no previous file with comments | « components/network_hints/common/BUILD.gn ('k') | components/open_from_clipboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698