Index: media/mojo/interfaces/mojo_bindings.gyp |
diff --git a/media/mojo/interfaces/mojo_bindings.gyp b/media/mojo/interfaces/mojo_bindings.gyp |
index 8a4bdfe62062faa48fb6a9938f80ce37508f7310..289484f3e3da9ff147d0d5daa4dc2e727d4dab83 100644 |
--- a/media/mojo/interfaces/mojo_bindings.gyp |
+++ b/media/mojo/interfaces/mojo_bindings.gyp |
@@ -70,5 +70,30 @@ |
'../../../services/shell/shell_public.gyp:shell_public', |
], |
}, |
+ { |
+ # GN version: //media/mojo/interfaces:image_capture |
+ 'target_name': 'image_capture_mojo_bindings', |
+ 'type': 'static_library', |
+ 'includes': [ |
+ '../../../mojo/mojom_bindings_generator.gypi', |
+ ], |
+ 'sources': [ |
+ 'image_capture.mojom', |
+ ], |
+ }, |
+ { |
+ # GN version: //media/mojo/interfaces:image_capture |
+ 'target_name': 'image_capture_mojo_bindings_for_blink', |
+ 'type': 'static_library', |
+ 'variables': { |
+ 'for_blink': 'true', |
+ }, |
+ 'includes': [ |
+ '../../../mojo/mojom_bindings_generator.gypi', |
+ ], |
+ 'sources': [ |
+ 'image_capture.mojom', |
+ ], |
+ }, |
], |
} |