Index: components/ntp_snippets/BUILD.gn |
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn |
index 686f6edbd79ab92329d859fe7fa3cb5e5dc0ad79..9166ece56e05daced3cdc33c5e474c14c6b52bf0 100644 |
--- a/components/ntp_snippets/BUILD.gn |
+++ b/components/ntp_snippets/BUILD.gn |
@@ -38,6 +38,8 @@ source_set("ntp_snippets") { |
"offline_pages/offline_page_suggestions_provider.h", |
"pref_names.cc", |
"pref_names.h", |
+ "request_throttler.cc", |
+ "request_throttler.h", |
"switches.cc", |
"switches.h", |
] |
@@ -87,6 +89,7 @@ source_set("unit_tests") { |
"ntp_snippets_status_service_unittest.cc", |
"ntp_snippets_test_utils.cc", |
"ntp_snippets_test_utils.h", |
+ "request_throttler_unittest.cc", |
] |
deps = [ |