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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/mojo_bindings.gyp
diff --git a/media/mojo/interfaces/mojo_bindings.gyp b/media/mojo/interfaces/mojo_bindings.gyp
index b4d351f84fd9fc9c733cf8cfd085a808e450c330..cca7f6d308ff53e3a89f1a8c1e4c1e9e2a7f8e7d 100644
--- a/media/mojo/interfaces/mojo_bindings.gyp
+++ b/media/mojo/interfaces/mojo_bindings.gyp
@@ -85,9 +85,6 @@
'sources': [
'image_capture.mojom',
],
- 'variables': {
- 'use_new_wrapper_types': 'false',
- },
},
{
# GN version: //media/mojo/interfaces:image_capture
@@ -95,7 +92,6 @@
'type': 'static_library',
'variables': {
'for_blink': 'true',
- 'use_new_wrapper_types': 'false',
},
'includes': [
'../../../mojo/mojom_bindings_generator.gypi',
« 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