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

Unified Diff: components/ntp_tiles/BUILD.gn

Issue 2484233002: Hard coded finch config for Popular site (Closed)
Patch Set: Created 4 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 | « no previous file | components/ntp_tiles/field_trial.h » ('j') | components/ntp_tiles/field_trial.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/BUILD.gn
diff --git a/components/ntp_tiles/BUILD.gn b/components/ntp_tiles/BUILD.gn
index a4808c3048da156f6f039816d527bf2f202bc077..43fe5dc0076fecae620c6796b429179c6c4a5b5f 100644
--- a/components/ntp_tiles/BUILD.gn
+++ b/components/ntp_tiles/BUILD.gn
@@ -10,6 +10,8 @@ static_library("ntp_tiles") {
sources = [
"constants.cc",
"constants.h",
+ "field_trial.cc",
+ "field_trial.h",
"icon_cacher.cc",
"icon_cacher.h",
"metrics.cc",
« no previous file with comments | « no previous file | components/ntp_tiles/field_trial.h » ('j') | components/ntp_tiles/field_trial.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698