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

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

Issue 2166713002: ImageCapture: replace Mojo String/Array with stl/wtf string/vector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: forgot media/.../mojo_bindings.gyp Created 4 years, 5 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 { 78 {
79 # GN version: //media/mojo/interfaces:image_capture 79 # GN version: //media/mojo/interfaces:image_capture
80 'target_name': 'image_capture_mojo_bindings', 80 'target_name': 'image_capture_mojo_bindings',
81 'type': 'static_library', 81 'type': 'static_library',
82 'includes': [ 82 'includes': [
83 '../../../mojo/mojom_bindings_generator.gypi', 83 '../../../mojo/mojom_bindings_generator.gypi',
84 ], 84 ],
85 'sources': [ 85 'sources': [
86 'image_capture.mojom', 86 'image_capture.mojom',
87 ], 87 ],
88 'variables': {
89 'use_new_wrapper_types': 'false',
90 },
91 }, 88 },
92 { 89 {
93 # GN version: //media/mojo/interfaces:image_capture 90 # GN version: //media/mojo/interfaces:image_capture
94 'target_name': 'image_capture_mojo_bindings_for_blink', 91 'target_name': 'image_capture_mojo_bindings_for_blink',
95 'type': 'static_library', 92 'type': 'static_library',
96 'variables': { 93 'variables': {
97 'for_blink': 'true', 94 'for_blink': 'true',
98 'use_new_wrapper_types': 'false',
99 }, 95 },
100 'includes': [ 96 'includes': [
101 '../../../mojo/mojom_bindings_generator.gypi', 97 '../../../mojo/mojom_bindings_generator.gypi',
102 ], 98 ],
103 'sources': [ 99 'sources': [
104 'image_capture.mojom', 100 'image_capture.mojom',
105 ], 101 ],
106 }, 102 },
107 ], 103 ],
108 } 104 }
OLDNEW
« no previous file with comments | « media/mojo/interfaces/BUILD.gn ('k') | third_party/WebKit/Source/modules/imagecapture/ImageCapture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698