Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: device/vibration/android/BUILD.gn

Issue 826593003: Fix android gn builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vibration/android/BUILD.gn
diff --git a/device/vibration/android/BUILD.gn b/device/vibration/android/BUILD.gn
index 538e24cd20df597d48f195523ce3e30269adda09..d0fa7e9111b4feddb068e25e17183c189de4320e 100644
--- a/device/vibration/android/BUILD.gn
+++ b/device/vibration/android/BUILD.gn
@@ -12,6 +12,13 @@ source_set("android") {
"vibration_jni_registrar.cc",
"vibration_jni_registrar.h",
]
+
+ deps = [
+ # 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.
+ "//device/vibration:mojo_bindings",
+ ]
}
generate_jni("vibration_jni_headers") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698