summaryrefslogtreecommitdiffstats
path: root/device/vibration/android/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'device/vibration/android/BUILD.gn')
-rw-r--r--device/vibration/android/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/device/vibration/android/BUILD.gn b/device/vibration/android/BUILD.gn
index 5d9aa22..ec6ab6c 100644
--- a/device/vibration/android/BUILD.gn
+++ b/device/vibration/android/BUILD.gn
@@ -16,6 +16,8 @@ source_set("android") {
defines = [ "DEVICE_VIBRATION_IMPLEMENTATION" ]
deps = [
+ "//base",
+
# vibration_jni_registrar.cc includes a header from device/vibration
# that includes a mojo-generated header file. Make sure the header
# is generated before vibration_jni_registrar.cc is compiled.