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

Side by Side Diff: components/arc.gypi

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 | « chrome/common/BUILD.gn ('k') | components/arc/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 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/arc 8 # GN version: //components/arc
9 'target_name': 'arc', 9 'target_name': 'arc',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 }, 150 },
151 { 151 {
152 # GN version: //components/arc:mojo_bindings 152 # GN version: //components/arc:mojo_bindings
153 'target_name': 'arc_mojo_bindings', 153 'target_name': 'arc_mojo_bindings',
154 'type': 'static_library', 154 'type': 'static_library',
155 'variables': { 155 'variables': {
156 'mojom_typemaps': [ 156 'mojom_typemaps': [
157 'arc/common/app.typemap', 157 'arc/common/app.typemap',
158 'arc/common/bluetooth.typemap', 158 'arc/common/bluetooth.typemap',
159 ], 159 ],
160 'use_new_wrapper_types': 'false',
160 }, 161 },
161 'sources': [ 162 'sources': [
162 'arc/common/app.mojom', 163 'arc/common/app.mojom',
163 'arc/common/arc_bridge.mojom', 164 'arc/common/arc_bridge.mojom',
164 'arc/common/audio.mojom', 165 'arc/common/audio.mojom',
165 'arc/common/auth.mojom', 166 'arc/common/auth.mojom',
166 'arc/common/bitmap.mojom', 167 'arc/common/bitmap.mojom',
167 'arc/common/bluetooth.mojom', 168 'arc/common/bluetooth.mojom',
168 'arc/common/clipboard.mojom', 169 'arc/common/clipboard.mojom',
169 'arc/common/crash_collector.mojom', 170 'arc/common/crash_collector.mojom',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 '../base/base.gyp:base', 234 '../base/base.gyp:base',
234 '../ipc/ipc.gyp:ipc', 235 '../ipc/ipc.gyp:ipc',
235 '../mojo/mojo_edk.gyp:mojo_system_impl', 236 '../mojo/mojo_edk.gyp:mojo_system_impl',
236 ], 237 ],
237 'sources': [ 238 'sources': [
238 'arc/standalone/arc_standalone_bridge_main.cc', 239 'arc/standalone/arc_standalone_bridge_main.cc',
239 ] 240 ]
240 } 241 }
241 ], 242 ],
242 } 243 }
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698