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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2207493002: Add CategoryInfo for meta information of content suggestions Categories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary include Created 4 years, 4 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/ntp_snippets/BUILD.gn
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
index 22ea5ae4fb1f1e285ffe6f8f5277ee7ec1c761a6..5c7b0ef3513a89bdf94356cd00fa6a2e3684b578 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -16,6 +16,8 @@ static_library("ntp_snippets") {
"category.h",
"category_factory.cc",
"category_factory.h",
+ "category_info.cc",
+ "category_info.h",
"category_status.cc",
"category_status.h",
"content_suggestion.cc",
@@ -66,9 +68,11 @@ static_library("ntp_snippets") {
"//components/metrics",
"//components/ntp_snippets/proto",
"//components/offline_pages",
+ "//components/strings",
"//components/variations",
"//components/variations/net",
"//third_party/icu/",
+ "//ui/base",
"//ui/gfx",
]
}
@@ -103,6 +107,7 @@ source_set("unit_tests") {
"//components/leveldb_proto:test_support",
"//components/signin/core/browser:test_support",
"//components/signin/core/common",
+ "//components/strings",
"//components/sync_driver:test_support",
"//components/variations",
"//net:test_support",

Powered by Google App Engine
This is Rietveld 408576698