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

Side by Side Diff: cc/ipc/cc_ipc.gyp

Issue 2156303003: Mojo C++ bindings: make the generator use STL/WTF string/vector/map by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into 72_switch_default 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
« no previous file with comments | « cc/ipc/BUILD.gn ('k') | chrome/browser/media/router/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'type': 'none', 43 'type': 'none',
44 'variables': { 44 'variables': {
45 'mojom_files': [ 45 'mojom_files': [
46 'surface_id.mojom', 46 'surface_id.mojom',
47 'surface_sequence.mojom', 47 'surface_sequence.mojom',
48 ], 48 ],
49 'mojom_typemaps': [ 49 'mojom_typemaps': [
50 'surface_id.typemap', 50 'surface_id.typemap',
51 'surface_sequence.typemap', 51 'surface_sequence.typemap',
52 ], 52 ],
53 'use_new_wrapper_types': 'false',
53 }, 54 },
54 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], 55 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ],
55 }, 56 },
56 { 57 {
57 # GN version: //cc/ipc:interfaces 58 # GN version: //cc/ipc:interfaces
58 # Same target as above except that this is used in Blink 59 # Same target as above except that this is used in Blink
59 'target_name': 'interfaces_blink', 60 'target_name': 'interfaces_blink',
60 'type': 'none', 61 'type': 'none',
61 'variables': { 62 'variables': {
62 'for_blink': 'true', 63 'for_blink': 'true',
63 'mojom_files': [ 64 'mojom_files': [
64 'surface_id.mojom', 65 'surface_id.mojom',
65 'surface_sequence.mojom', 66 'surface_sequence.mojom',
66 ], 67 ],
67 'mojom_typemaps': [ 68 'mojom_typemaps': [
68 'surface_id.typemap', 69 'surface_id.typemap',
69 'surface_sequence.typemap', 70 'surface_sequence.typemap',
70 ], 71 ],
72 'use_new_wrapper_types': 'false',
71 }, 73 },
72 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], 74 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ],
73 }, 75 },
74 76
75 ], 77 ],
76 } 78 }
OLDNEW
« no previous file with comments | « cc/ipc/BUILD.gn ('k') | chrome/browser/media/router/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698