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

Side by Side Diff: mojo/mojo_public.gyp

Issue 2163773002: Mojo C++ bindings: remove use_new_wrapper_types=false from all remaining targets im mojo/ folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/public/interfaces/bindings/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 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',
111 }, 110 },
112 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], 111 'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
113 }, 112 },
114 { 113 {
115 'target_name': 'mojo_interface_bindings_cpp_sources', 114 'target_name': 'mojo_interface_bindings_cpp_sources',
116 'type': 'none', 115 'type': 'none',
117 'dependencies': [ 116 'dependencies': [
118 'mojo_interface_bindings_mojom', 117 'mojo_interface_bindings_mojom',
119 ], 118 ],
120 }, 119 },
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'configurations': { 301 'configurations': {
303 'Common_Base': { 302 'Common_Base': {
304 'msvs_target_platform': 'x64', 303 'msvs_target_platform': 'x64',
305 }, 304 },
306 }, 305 },
307 }, 306 },
308 ], 307 ],
309 }], 308 }],
310 ], 309 ],
311 } 310 }
OLDNEW
« no previous file with comments | « mojo/mojo_edk_tests.gyp ('k') | mojo/public/interfaces/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698