summaryrefslogtreecommitdiff
path: root/chromium/ui/events/devices/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/events/devices/BUILD.gn')
-rw-r--r--chromium/ui/events/devices/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/ui/events/devices/BUILD.gn b/chromium/ui/events/devices/BUILD.gn
index bcd753dbb7d..427b658993a 100644
--- a/chromium/ui/events/devices/BUILD.gn
+++ b/chromium/ui/events/devices/BUILD.gn
@@ -2,12 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/jumbo.gni")
+
if (is_android) {
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
}
-component("devices") {
+jumbo_component("devices") {
sources = [
"device_data_manager.cc",
"device_data_manager.h",