summaryrefslogtreecommitdiff
path: root/chromium/components/sync_user_events/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/sync_user_events/BUILD.gn')
-rw-r--r--chromium/components/sync_user_events/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/components/sync_user_events/BUILD.gn b/chromium/components/sync_user_events/BUILD.gn
index b19d743b5ee..1a42b228e5c 100644
--- a/chromium/components/sync_user_events/BUILD.gn
+++ b/chromium/components/sync_user_events/BUILD.gn
@@ -2,7 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("sync_user_events") {
+import("//build/config/jumbo.gni")
+
+jumbo_static_library("sync_user_events") {
sources = [
"global_id_mapper.h",
"no_op_user_event_service.cc",