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

Side by Side Diff: media/mojo/interfaces/mojo_bindings.gyp

Issue 2034003002: Revert of ImageCapture: move mojom from WebKit/public to media/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 # GN version: //media/mojo/interfaces 7 # GN version: //media/mojo/interfaces
8 'target_name': 'audio_output_mojom', 8 'target_name': 'audio_output_mojom',
9 'type': 'none', 9 'type': 'none',
10 'variables': { 10 'variables': {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 }, 63 },
64 { 64 {
65 'target_name': 'provision_fetcher_api', 65 'target_name': 'provision_fetcher_api',
66 'type': 'static_library', 66 'type': 'static_library',
67 'dependencies': [ 67 'dependencies': [
68 'provision_fetcher_mojo_bindings', 68 'provision_fetcher_mojo_bindings',
69 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', 69 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
70 '../../../services/shell/shell_public.gyp:shell_public', 70 '../../../services/shell/shell_public.gyp:shell_public',
71 ], 71 ],
72 }, 72 },
73 {
74 # GN version: //media/mojo/interfaces:image_capture
75 'target_name': 'image_capture_mojo_bindings',
76 'type': 'static_library',
77 'includes': [
78 '../../../mojo/mojom_bindings_generator.gypi',
79 ],
80 'sources': [
81 'image_capture.mojom',
82 ],
83 },
84 {
85 # GN version: //media/mojo/interfaces:image_capture
86 'target_name': 'image_capture_mojo_bindings_for_blink',
87 'type': 'static_library',
88 'variables': {
89 'for_blink': 'true',
90 },
91 'includes': [
92 '../../../mojo/mojom_bindings_generator.gypi',
93 ],
94 'sources': [
95 'image_capture.mojom',
96 ],
97 },
98 ], 73 ],
99 } 74 }
OLDNEW
« 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