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

Side by Side Diff: mojo/mojo_public.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 | « mojo/mojo_edk_tests.gyp ('k') | mojo/mojo_public_tests.gyp » ('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 Chroium Authors. All rights reserved. 1 # Copyright 2014 The Chroium 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 'includes': [ 6 'includes': [
7 'mojo_public.gypi', 7 'mojo_public.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 }, 100 },
101 { 101 {
102 'target_name': 'mojo_interface_bindings_mojom', 102 'target_name': 'mojo_interface_bindings_mojom',
103 'type': 'none', 103 'type': 'none',
104 'variables': { 104 'variables': {
105 'require_interface_bindings': 0, 105 'require_interface_bindings': 0,
106 'mojom_files': [ 106 'mojom_files': [
107 'public/interfaces/bindings/interface_control_messages.mojom', 107 'public/interfaces/bindings/interface_control_messages.mojom',
108 'public/interfaces/bindings/pipe_control_messages.mojom', 108 'public/interfaces/bindings/pipe_control_messages.mojom',
109 ], 109 ],
110 'use_new_wrapper_types': 'false',
110 }, 111 },
111 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], 112 'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
112 }, 113 },
113 { 114 {
114 'target_name': 'mojo_interface_bindings_cpp_sources', 115 'target_name': 'mojo_interface_bindings_cpp_sources',
115 'type': 'none', 116 'type': 'none',
116 'dependencies': [ 117 'dependencies': [
117 'mojo_interface_bindings_mojom', 118 'mojo_interface_bindings_mojom',
118 ], 119 ],
119 }, 120 },
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'configurations': { 302 'configurations': {
302 'Common_Base': { 303 'Common_Base': {
303 'msvs_target_platform': 'x64', 304 'msvs_target_platform': 'x64',
304 }, 305 },
305 }, 306 },
306 }, 307 },
307 ], 308 ],
308 }], 309 }],
309 ], 310 ],
310 } 311 }
OLDNEW
« no previous file with comments | « mojo/mojo_edk_tests.gyp ('k') | mojo/mojo_public_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698