summaryrefslogtreecommitdiff
path: root/chromium/components/sync/base/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/sync/base/BUILD.gn')
-rw-r--r--chromium/components/sync/base/BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/components/sync/base/BUILD.gn b/chromium/components/sync/base/BUILD.gn
index 5877f47853b..5c48a48dc7d 100644
--- a/chromium/components/sync/base/BUILD.gn
+++ b/chromium/components/sync/base/BUILD.gn
@@ -4,13 +4,14 @@
import("//build/config/chromeos/ui_mode.gni")
import("//build/config/features.gni")
+import("//build/config/jumbo.gni")
declare_args() {
# Controls the product part of the user agent calculated in sync_util.cc.
sync_user_agent_product = "Chrome"
}
-static_library("base") {
+jumbo_static_library("base") {
sources = [
"bind_to_task_runner.h",
"client_tag_hash.cc",