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

Side by Side Diff: mojo/public/cpp/bindings/tests/test_native_types_blink.typemap

Issue 2689513003: Add field-initializing constructors to generated mojo structs. (Closed)
Patch Set: rebase Created 3 years, 9 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
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 mojom = "//mojo/public/interfaces/bindings/tests/test_native_types.mojom" 5 mojom = "//mojo/public/interfaces/bindings/tests/test_native_types.mojom"
6 public_headers = [ "//mojo/public/cpp/bindings/tests/pickled_types_blink.h" ] 6 public_headers = [ "//mojo/public/cpp/bindings/tests/pickled_types_blink.h" ]
7 sources = [ 7 sources = [
8 "//mojo/public/cpp/bindings/tests/pickled_types_blink.cc", 8 "//mojo/public/cpp/bindings/tests/pickled_types_blink.cc",
9 ] 9 ]
10 deps = [ 10 deps = [
11 "//ipc", 11 "//ipc",
12 ] 12 ]
13 13
14 type_mappings = [ 14 type_mappings = [
15 "mojo.test.PickledEnum=mojo::test::PickledEnumBlink", 15 "mojo.test.PickledEnum=mojo::test::PickledEnumBlink",
16 "mojo.test.PickledStruct=mojo::test::PickledStructBlink" 16 "mojo.test.PickledStruct=mojo::test::PickledStructBlink[move_only]",
17 ] 17 ]
OLDNEW
« no previous file with comments | « mojo/public/cpp/bindings/tests/struct_unittest.cc ('k') | mojo/public/cpp/bindings/tests/test_native_types_chromium.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698