summaryrefslogtreecommitdiffstats
path: root/chromium/content/browser/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/BUILD.gn')
-rw-r--r--chromium/content/browser/BUILD.gn10
1 files changed, 8 insertions, 2 deletions
diff --git a/chromium/content/browser/BUILD.gn b/chromium/content/browser/BUILD.gn
index 8b5b0277c6f..8e17f405de4 100644
--- a/chromium/content/browser/BUILD.gn
+++ b/chromium/content/browser/BUILD.gn
@@ -8,6 +8,7 @@ import("//build/config/linux/pangocairo/pangocairo.gni")
import("//build/config/ui.gni")
import("//gpu/vulkan/features.gni")
import("//media/media_options.gni")
+import("//net/features.gni")
import("//ppapi/features/features.gni")
import("//printing/features/features.gni")
import("//third_party/WebKit/public/public_features.gni")
@@ -1112,8 +1113,6 @@ source_set("browser") {
"net/network_quality_observer_impl.h",
"net/quota_policy_cookie_store.cc",
"net/quota_policy_cookie_store.h",
- "net/reporting_service_proxy.cc",
- "net/reporting_service_proxy.h",
"net/view_blob_internals_job_factory.cc",
"net/view_blob_internals_job_factory.h",
"net/view_http_cache_job_factory.cc",
@@ -1698,6 +1697,13 @@ source_set("browser") {
deps += [ "//printing" ]
}
+ if (enable_reporting) {
+ sources += [
+ "net/reporting_service_proxy.cc",
+ "net/reporting_service_proxy.h",
+ ]
+ }
+
if (!is_mac) {
deps += [ "//sandbox" ]
}