Index: components/data_reduction_proxy/content/browser/BUILD.gn |
diff --git a/components/data_reduction_proxy/content/browser/BUILD.gn b/components/data_reduction_proxy/content/browser/BUILD.gn |
index 7bc2cf99ec1c6717d8454a3f4144e02936ed2a4a..1320fbbf111aae064822f548a597ebc1ce008621 100644 |
--- a/components/data_reduction_proxy/content/browser/BUILD.gn |
+++ b/components/data_reduction_proxy/content/browser/BUILD.gn |
@@ -6,6 +6,8 @@ static_library("browser") { |
sources = [ |
"content_data_reduction_proxy_debug_ui_service.cc", |
"content_data_reduction_proxy_debug_ui_service.h", |
+ "data_reduction_proxy_debug_blocking_page.cc", |
+ "data_reduction_proxy_debug_blocking_page.h", |
"data_reduction_proxy_debug_resource_throttle.cc", |
"data_reduction_proxy_debug_resource_throttle.h", |
"data_reduction_proxy_debug_ui_manager.cc", |
@@ -14,8 +16,11 @@ static_library("browser") { |
deps = [ |
"//base", |
+ "//components/resources", |
+ "//components/strings", |
"//content/public/browser", |
"//skia", |
+ "//ui/base", |
] |
} |
@@ -23,6 +28,7 @@ if (is_android) { |
source_set("unit_tests") { |
testonly = true |
sources = [ |
+ "data_reduction_proxy_debug_blocking_page_unittest.cc", |
"data_reduction_proxy_debug_resource_throttle_unittest.cc", |
"data_reduction_proxy_debug_ui_manager_unittest.cc", |
] |