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

Unified Diff: media/mojo/interfaces/mojo_bindings.gyp

Issue 2027023002: ImageCapture: move mojom from WebKit/public to media/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restricted DEPS, added .mojom comments Created 4 years, 7 months 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
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',
+ ],
+ },
],
}
« no previous file with comments | « media/mojo/interfaces/image_capture.mojom ('k') | third_party/WebKit/LayoutTests/imagecapture/resources/mock-imagecapture.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698