Index: device/bluetooth/bluetooth.gyp |
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp |
index 002ef8d5db93e3a216391aefe09c733045e5371f..03df98173d68a054be54e7ebafeac1114f22c9de 100644 |
--- a/device/bluetooth/bluetooth.gyp |
+++ b/device/bluetooth/bluetooth.gyp |
@@ -467,5 +467,46 @@ |
}, |
], |
}], |
+ ['OS != "ios"', { |
+ 'targets': [ |
+ { |
+ 'target_name': 'bluetooth_interfaces_mojom', |
+ 'type': 'none', |
+ 'variables': { |
+ 'mojom_files': [ |
+ 'public/interfaces/bluetooth_uuid.mojom', |
+ ], |
+ 'mojom_typemaps': [ |
+ 'public/interfaces/bluetooth_uuid.typemap', |
+ ], |
+ }, |
+ 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], |
+ }, |
+ { |
+ 'target_name': 'bluetooth_interfaces_blink_mojom', |
+ 'type': 'none', |
+ 'variables': { |
+ 'mojom_files': [ |
+ 'public/interfaces/bluetooth_uuid.mojom', |
+ ], |
+ 'for_blink': 'true', |
+ }, |
+ 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], |
+ }, |
+ { |
+ 'target_name': 'bluetooth_mojom', |
+ 'type': 'static_library', |
+ 'export_dependent_settings': [ |
+ '../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
+ ], |
+ 'dependencies': [ |
+ '../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
+ 'bluetooth_interfaces_blink_mojom', |
+ 'bluetooth_interfaces_mojom', |
+ 'device_bluetooth', |
+ ], |
+ }, |
+ ], |
+ }], |
], |
} |