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

Side by Side Diff: ui/gfx/gfx.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 | « ui/gfx/geometry/mojo/BUILD.gn ('k') | ui/gfx/mojo/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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 11 matching lines...) Expand all
22 # GN version: //ui/gfx/geometry/mojo 22 # GN version: //ui/gfx/geometry/mojo
23 'target_name': 'mojo_geometry_bindings_mojom', 23 'target_name': 'mojo_geometry_bindings_mojom',
24 'type': 'none', 24 'type': 'none',
25 'variables': { 25 'variables': {
26 'mojom_files': [ 26 'mojom_files': [
27 'geometry/mojo/geometry.mojom', 27 'geometry/mojo/geometry.mojom',
28 ], 28 ],
29 'mojom_typemaps': [ 29 'mojom_typemaps': [
30 'geometry/mojo/geometry.typemap', 30 'geometry/mojo/geometry.typemap',
31 ], 31 ],
32 'use_new_wrapper_types': 'false',
32 }, 33 },
33 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], 34 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ],
34 }, 35 },
35 { 36 {
36 # GN version: //ui/gfx/geometry/mojo 37 # GN version: //ui/gfx/geometry/mojo
37 'target_name': 'mojo_geometry_bindings', 38 'target_name': 'mojo_geometry_bindings',
38 'type': 'static_library', 39 'type': 'static_library',
39 'dependencies': [ 40 'dependencies': [
40 'mojo_geometry_bindings_mojom', 41 'mojo_geometry_bindings_mojom',
41 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', 42 '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'configurations': { 582 'configurations': {
582 'Common_Base': { 583 'Common_Base': {
583 'msvs_target_platform': 'x64', 584 'msvs_target_platform': 'x64',
584 }, 585 },
585 }, 586 },
586 }, 587 },
587 ], 588 ],
588 }], 589 }],
589 ], 590 ],
590 } 591 }
OLDNEW
« no previous file with comments | « ui/gfx/geometry/mojo/BUILD.gn ('k') | ui/gfx/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698