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

Side by Side Diff: mojo/mojo_base.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/edk/js/tests/BUILD.gn ('k') | mojo/mojo_edk_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 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 # Essential components (and their tests) that are needed to build 5 # Essential components (and their tests) that are needed to build
6 # Chrome should be here. Other components that are useful only in 6 # Chrome should be here. Other components that are useful only in
7 # Mojo land like mojo_shell should be in mojo.gyp. 7 # Mojo land like mojo_shell should be in mojo.gyp.
8 { 8 {
9 'variables': { 9 'variables': {
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 # GN version: //mojo/common:common_custom_types 58 # GN version: //mojo/common:common_custom_types
59 'target_name': 'mojo_common_custom_types_mojom', 59 'target_name': 'mojo_common_custom_types_mojom',
60 'type': 'none', 60 'type': 'none',
61 'variables': { 61 'variables': {
62 'mojom_files': [ 62 'mojom_files': [
63 'common/common_custom_types.mojom', 63 'common/common_custom_types.mojom',
64 ], 64 ],
65 'mojom_typemaps': [ 65 'mojom_typemaps': [
66 'common/common_custom_types.typemap', 66 'common/common_custom_types.typemap',
67 ], 67 ],
68 'use_new_wrapper_types': 'false',
68 }, 69 },
69 'dependencies': [ 70 'dependencies': [
70 '../ipc/ipc.gyp:ipc', 71 '../ipc/ipc.gyp:ipc',
71 ], 72 ],
72 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], 73 'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
73 }, 74 },
74 { 75 {
75 # GN version: //mojo/common:test_common_custom_types 76 # GN version: //mojo/common:test_common_custom_types
76 'target_name': 'mojo_test_common_custom_types', 77 'target_name': 'mojo_test_common_custom_types',
77 'type': 'static_library', 78 'type': 'static_library',
78 'variables': { 79 'variables': {
79 'mojom_typemaps': [ 80 'mojom_typemaps': [
80 'common/common_custom_types.typemap', 81 'common/common_custom_types.typemap',
81 ], 82 ],
83 'use_new_wrapper_types': 'false',
82 }, 84 },
83 'sources': [ 85 'sources': [
84 'common/test_common_custom_types.mojom', 86 'common/test_common_custom_types.mojom',
85 ], 87 ],
86 'dependencies': [ 88 'dependencies': [
87 'mojo_common_custom_types_mojom', 89 'mojo_common_custom_types_mojom',
88 ], 90 ],
89 'includes': [ 'mojom_bindings_generator.gypi' ], 91 'includes': [ 'mojom_bindings_generator.gypi' ],
90 }, 92 },
91 { 93 {
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 '../build/isolate.gypi', 185 '../build/isolate.gypi',
184 ], 186 ],
185 'sources': [ 187 'sources': [
186 'mojo_common_unittests.isolate', 188 'mojo_common_unittests.isolate',
187 ], 189 ],
188 }, 190 },
189 ], 191 ],
190 }], 192 }],
191 ] 193 ]
192 } 194 }
OLDNEW
« no previous file with comments | « mojo/edk/js/tests/BUILD.gn ('k') | mojo/mojo_edk_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698