Chromium Code Reviews| Index: device/vibration/android/BUILD.gn |
| diff --git a/device/vibration/android/BUILD.gn b/device/vibration/android/BUILD.gn |
| index d0fa7e9111b4feddb068e25e17183c189de4320e..5d9aa22a75df353f2e6455f5fa43fce47c36e86e 100644 |
| --- a/device/vibration/android/BUILD.gn |
| +++ b/device/vibration/android/BUILD.gn |
| @@ -13,6 +13,8 @@ source_set("android") { |
| "vibration_jni_registrar.h", |
| ] |
| + defines = [ "DEVICE_VIBRATION_IMPLEMENTATION" ] |
|
Nico
2015/01/16 01:57:50
For a source_set? Shouldn't this be where the comp
|
| + |
| deps = [ |
| # vibration_jni_registrar.cc includes a header from device/vibration |
| # that includes a mojo-generated header file. Make sure the header |