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

Side by Side Diff: services/shell/shell_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 | « services/shell/shell.gyp ('k') | services/shell/tests/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 'target_name': 'shell_interfaces', 8 'target_name': 'shell_interfaces',
9 'type': 'none', 9 'type': 'none',
10 'variables': { 10 'variables': {
11 'mojom_files': [ 11 'mojom_files': [
12 '../catalog/public/interfaces/catalog.mojom', 12 '../catalog/public/interfaces/catalog.mojom',
13 'public/interfaces/capabilities.mojom', 13 'public/interfaces/capabilities.mojom',
14 'public/interfaces/connector.mojom', 14 'public/interfaces/connector.mojom',
15 'public/interfaces/interface_provider.mojom', 15 'public/interfaces/interface_provider.mojom',
16 'public/interfaces/resolver.mojom', 16 'public/interfaces/resolver.mojom',
17 'public/interfaces/service.mojom', 17 'public/interfaces/service.mojom',
18 'public/interfaces/service_factory.mojom', 18 'public/interfaces/service_factory.mojom',
19 'public/interfaces/service_manager.mojom', 19 'public/interfaces/service_manager.mojom',
20 ], 20 ],
21 'mojom_typemaps': [ 21 'mojom_typemaps': [
22 '<(DEPTH)/mojo/common/common_custom_types.typemap', 22 '<(DEPTH)/mojo/common/common_custom_types.typemap',
23 ], 23 ],
24 'use_new_wrapper_types': 'false',
24 }, 25 },
25 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], 26 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ],
26 'dependencies': [ 27 'dependencies': [
27 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom', 28 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
28 ], 29 ],
29 'export_dependent_settings': [ 30 'export_dependent_settings': [
30 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom', 31 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
31 ], 32 ],
32 }, 33 },
33 { 34 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'public/cpp/service_context_ref.h', 69 'public/cpp/service_context_ref.h',
69 ], 70 ],
70 'dependencies': [ 71 'dependencies': [
71 'shell_interfaces', 72 'shell_interfaces',
72 '<(DEPTH)/base/base.gyp:base_i18n', 73 '<(DEPTH)/base/base.gyp:base_i18n',
73 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', 74 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
74 ], 75 ],
75 }, 76 },
76 ], 77 ],
77 } 78 }
OLDNEW
« no previous file with comments | « services/shell/shell.gyp ('k') | services/shell/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698