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

Unified Diff: components/suggestions/BUILD.gn

Issue 2858883002: Add flag for disabling minimum of ntp tile suggestions (Closed)
Patch Set: Rebase 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
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('k') | components/suggestions/features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/suggestions/BUILD.gn
diff --git a/components/suggestions/BUILD.gn b/components/suggestions/BUILD.gn
index 9d4a692b276f53887562c026ae13f1af7496ee7f..6d93d045bc488b91dc910f69c9f72dbe867e426e 100644
--- a/components/suggestions/BUILD.gn
+++ b/components/suggestions/BUILD.gn
@@ -6,6 +6,8 @@ static_library("suggestions") {
sources = [
"blacklist_store.cc",
"blacklist_store.h",
+ "features.cc",
+ "features.h",
"image_encoder.h",
"image_manager.cc",
"image_manager.h",
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('k') | components/suggestions/features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698