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

Unified Diff: components/previews/core/BUILD.gn

Issue 2477073002: Adding UMA to track previews opt outs and blacklist eligibility (Closed)
Patch Set: typo 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/previews/core/previews_black_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/previews/core/BUILD.gn
diff --git a/components/previews/core/BUILD.gn b/components/previews/core/BUILD.gn
index 253d762624f60f8a10b8e07538714b16a468c093..92ae912fb4feb2b366b0b8d8d32375872a74f1b6 100644
--- a/components/previews/core/BUILD.gn
+++ b/components/previews/core/BUILD.gn
@@ -26,7 +26,7 @@ static_library("core") {
"//base",
"//components/data_reduction_proxy/core/common",
"//components/variations",
- "//net",
+ "//net:net",
"//sql",
"//url:url",
]
@@ -50,6 +50,8 @@ source_set("unit_tests") {
"//base/test:test_support",
"//components/data_reduction_proxy/core/common",
"//components/variations",
+ "//net:net",
+ "//net:test_support",
"//sql",
"//sql:test_support",
"//testing/gtest",
« no previous file with comments | « no previous file | components/previews/core/previews_black_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698