| Index: content/content_common_mojo_bindings.gyp
|
| diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
|
| index f82059615ef7f989b900f690f45c249dad533eec..f54249e92df0b275d1acf9e5c2de231c2256baf5 100644
|
| --- a/content/content_common_mojo_bindings.gyp
|
| +++ b/content/content_common_mojo_bindings.gyp
|
| @@ -33,6 +33,44 @@
|
| ],
|
| },
|
| 'includes': [ '../third_party/mojo/mojom_bindings_generator_explicit.gypi' ],
|
| + 'conditions': [
|
| + ['OS!="ios"', {
|
| + 'dependencies': [
|
| + 'content_web_usb_permission_request_mojo_bindings_lib',
|
| + ],
|
| + }],
|
| + ],
|
| + },
|
| + {
|
| + 'target_name': 'content_web_usb_permission_request_mojo_bindings',
|
| + 'type': 'none',
|
| + 'conditions': [
|
| + ['OS!="ios"', {
|
| + 'variables': {
|
| + 'mojom_files': [
|
| + 'public/common/web_usb_permission_request.mojom',
|
| + ],
|
| + 'dependencies': [
|
| + '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings',
|
| + ],
|
| + },
|
| + 'includes': [
|
| + '../third_party/mojo/mojom_bindings_generator_explicit.gypi',
|
| + ],
|
| + }],
|
| + ],
|
| + },
|
| + {
|
| + 'target_name': 'content_web_usb_permission_request_mojo_bindings_lib',
|
| + 'type': 'static_library',
|
| + 'conditions': [
|
| + ['OS!="ios"', {
|
| + 'dependencies': [
|
| + 'content_web_usb_permission_request_mojo_bindings',
|
| + '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib',
|
| + ],
|
| + }],
|
| + ],
|
| },
|
| {
|
| 'target_name': 'content_common_mojo_bindings',
|
|
|