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

Unified Diff: components/ntp_snippets/BUILD.gn

Issue 2759943002: [Remote suggestions] Do not fetch before EULA accepted (Closed)
Patch Set: Fix compilation Created 3 years, 9 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/ntp_snippets/content_suggestions_service_factory.cc ('k') | components/ntp_snippets/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/BUILD.gn
diff --git a/components/ntp_snippets/BUILD.gn b/components/ntp_snippets/BUILD.gn
index c0752c88da775e699c7fe8d8e758d075bcf82e59..cb73a48d23620811fbf71d7506c62b6827d06329 100644
--- a/components/ntp_snippets/BUILD.gn
+++ b/components/ntp_snippets/BUILD.gn
@@ -116,6 +116,7 @@ static_library("ntp_snippets") {
"//components/translate/core/browser",
"//components/variations",
"//components/variations/net",
+ "//components/web_resource",
"//third_party/icu/",
"//ui/gfx",
]
@@ -184,6 +185,7 @@ source_set("unit_tests") {
"//components/sync:test_support_driver",
"//components/sync_sessions",
"//components/variations:test_support",
+ "//components/web_resource:web_resource",
"//net:test_support",
"//testing/gtest",
"//third_party/icu/",
« no previous file with comments | « chrome/browser/ntp_snippets/content_suggestions_service_factory.cc ('k') | components/ntp_snippets/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698