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

Side by Side Diff: chrome/browser/media/router/media_router.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 | « chrome/browser/media/router/BUILD.gn ('k') | chrome/browser/ui/webui/engagement/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 'includes': [ 6 'includes': [
7 'media_router.gypi', 7 'media_router.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 28 matching lines...) Expand all
39 }], 39 }],
40 ] 40 ]
41 }, 41 },
42 { 42 {
43 # Mojo compiler for the Media Router internal API. 43 # Mojo compiler for the Media Router internal API.
44 'target_name': 'media_router_mojo_gen', 44 'target_name': 'media_router_mojo_gen',
45 'type': 'none', 45 'type': 'none',
46 'sources': [ 46 'sources': [
47 'mojo/media_router.mojom', 47 'mojo/media_router.mojom',
48 ], 48 ],
49 'variables': {
50 'use_new_wrapper_types': 'false',
51 },
49 'includes': [ 52 'includes': [
50 '../../../../mojo/mojom_bindings_generator.gypi', 53 '../../../../mojo/mojom_bindings_generator.gypi',
51 ], 54 ],
52 }, 55 },
53 { 56 {
54 'target_name': 'media_router_mojo', 57 'target_name': 'media_router_mojo',
55 'type': 'static_library', 58 'type': 'static_library',
56 'dependencies': [ 59 'dependencies': [
57 'media_router_mojo_gen', 60 'media_router_mojo_gen',
58 ], 61 ],
(...skipping 25 matching lines...) Expand all
84 '<(DEPTH)/extensions/extensions.gyp:extensions_common', 87 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
85 ], 88 ],
86 'sources': [ 89 'sources': [
87 '<@(media_router_non_android_test_support_sources)', 90 '<@(media_router_non_android_test_support_sources)',
88 ] 91 ]
89 }], 92 }],
90 ] 93 ]
91 }, 94 },
92 ], 95 ],
93 } 96 }
OLDNEW
« no previous file with comments | « chrome/browser/media/router/BUILD.gn ('k') | chrome/browser/ui/webui/engagement/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698