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

Side by Side Diff: services/shell/shell.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/public/interfaces/BUILD.gn ('k') | services/shell/shell_public.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 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 'target_name': 'shell_lib', 8 'target_name': 'shell_lib',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'dependencies': [ 71 'dependencies': [
72 'shell_test_interfaces', 72 'shell_test_interfaces',
73 ], 73 ],
74 }, { 74 }, {
75 'target_name': 'shell_test_interfaces', 75 'target_name': 'shell_test_interfaces',
76 'type': 'none', 76 'type': 'none',
77 'variables': { 77 'variables': {
78 'mojom_files': [ 78 'mojom_files': [
79 'tests/test.mojom', 79 'tests/test.mojom',
80 ], 80 ],
81 'use_new_wrapper_types': 'false',
81 }, 82 },
82 'includes': [ 83 'includes': [
83 '../../mojo/mojom_bindings_generator_explicit.gypi', 84 '../../mojo/mojom_bindings_generator_explicit.gypi',
84 ], 85 ],
85 }, { 86 }, {
86 'target_name': 'shell_runner_common_lib', 87 'target_name': 'shell_runner_common_lib',
87 'type': 'static_library', 88 'type': 'static_library',
88 'sources': [ 89 'sources': [
89 'runner/common/client_util.cc', 90 'runner/common/client_util.cc',
90 'runner/common/client_util.h', 91 'runner/common/client_util.h',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 '../../build/isolate.gypi', 196 '../../build/isolate.gypi',
196 ], 197 ],
197 'sources': [ 198 'sources': [
198 'mojo_shell_unittests.isolate', 199 'mojo_shell_unittests.isolate',
199 ], 200 ],
200 }, 201 },
201 ], 202 ],
202 }], 203 }],
203 ], 204 ],
204 } 205 }
OLDNEW
« no previous file with comments | « services/shell/public/interfaces/BUILD.gn ('k') | services/shell/shell_public.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698