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

Unified Diff: components/data_reduction_proxy/core/browser/BUILD.gn

Issue 2864333003: Use the Previews Black List for server previews (Closed)
Patch Set: . 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
Index: components/data_reduction_proxy/core/browser/BUILD.gn
diff --git a/components/data_reduction_proxy/core/browser/BUILD.gn b/components/data_reduction_proxy/core/browser/BUILD.gn
index 6b6c428c3886623ab8e8e1fb2026f1a9a9f27dec..09061a8b2baafa15cb81c6f8f8701dacd3636d25 100644
--- a/components/data_reduction_proxy/core/browser/BUILD.gn
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn
@@ -61,6 +61,7 @@ if (is_android) {
"//components/data_use_measurement/core",
"//components/pref_registry",
"//components/prefs",
+ "//components/previews/core",
"//components/variations",
"//crypto",
"//google_apis",
@@ -86,6 +87,7 @@ static_library("browser") {
"//components/data_use_measurement/core",
"//components/pref_registry",
"//components/prefs",
+ "//components/previews/core",
"//components/variations",
"//crypto",
"//google_apis",
@@ -182,6 +184,7 @@ source_set("unit_tests") {
"//components/data_reduction_proxy/core/common:test_support",
"//components/data_reduction_proxy/proto:data_reduction_proxy_proto",
"//components/prefs:test_support",
+ "//components/previews/core",
"//components/variations",
"//net:test_support",
"//testing/gmock",

Powered by Google App Engine
This is Rietveld 408576698