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 43af69b74d50e332ed962a2570dfcab0896f72b7..b2b14cb742a4f1ed5fc03bb38bd41a744531e2c3 100644 |
--- a/components/data_reduction_proxy/content/browser/BUILD.gn |
+++ b/components/data_reduction_proxy/content/browser/BUILD.gn |
@@ -4,6 +4,8 @@ |
static_library("browser") { |
sources = [ |
+ "content_lofi_decider.cc", |
+ "content_lofi_decider.h", |
"data_reduction_proxy_message_filter.cc", |
"data_reduction_proxy_message_filter.h", |
] |