summaryrefslogtreecommitdiff
path: root/chromium/components/policy/core/common/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/policy/core/common/BUILD.gn')
-rw-r--r--chromium/components/policy/core/common/BUILD.gn5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/components/policy/core/common/BUILD.gn b/chromium/components/policy/core/common/BUILD.gn
index 10290f8679e..e80b996374f 100644
--- a/chromium/components/policy/core/common/BUILD.gn
+++ b/chromium/components/policy/core/common/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/chromeos/ui_mode.gni")
import("//build/config/features.gni")
+import("//build/config/jumbo.gni")
import("//testing/libfuzzer/fuzzer_test.gni")
group("common") {
@@ -14,7 +15,7 @@ group("common") {
}
}
-source_set("internal") {
+jumbo_source_set("internal") {
visibility = [ "//components/policy/*" ]
configs += [ "//components/policy:component_implementation" ]
@@ -317,7 +318,7 @@ source_set("internal") {
}
}
-static_library("test_support") {
+jumbo_static_library("test_support") {
testonly = true
sources = [
"cloud/mock_cloud_external_data_manager.cc",