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

Side by Side Diff: skia/public/interfaces/BUILD.gn

Issue 2471413004: Remove unnecessary use_new_wrapper_types flag for some mojom targets. (Closed)
Patch Set: Created 4 years, 1 month 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/ui/public/interfaces/gpu/BUILD.gn ('k') | ui/app_list/presenter/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 import("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 6
7 mojom("interfaces") { 7 mojom("interfaces") {
8 sources = [ 8 sources = [
9 "bitmap.mojom", 9 "bitmap.mojom",
10 "image_filter.mojom", 10 "image_filter.mojom",
11 ] 11 ]
12
13 use_new_wrapper_types = false
14 } 12 }
15 13
16 mojom("mojo") { 14 mojom("mojo") {
17 sources = [ 15 sources = [
18 "bitmap_array.mojom", 16 "bitmap_array.mojom",
19 ] 17 ]
20 public_deps = [ 18 public_deps = [
21 ":interfaces", 19 ":interfaces",
22 ] 20 ]
23
24 use_new_wrapper_types = false
25 } 21 }
26 22
27 mojom("test_interfaces") { 23 mojom("test_interfaces") {
28 testonly = true 24 testonly = true
29 sources = [ 25 sources = [
30 "test/traits_test_service.mojom", 26 "test/traits_test_service.mojom",
31 ] 27 ]
32 28
33 public_deps = [ 29 public_deps = [
34 ":interfaces", 30 ":interfaces",
35 ":mojo", 31 ":mojo",
36 ] 32 ]
37
38 use_new_wrapper_types = false
39 } 33 }
40 34
41 source_set("struct_traits") { 35 source_set("struct_traits") {
42 sources = [ 36 sources = [
43 "image_filter_struct_traits.cc", 37 "image_filter_struct_traits.cc",
44 "image_filter_struct_traits.h", 38 "image_filter_struct_traits.h",
45 ] 39 ]
46 public_deps = [ 40 public_deps = [
47 ":interfaces_shared_cpp_sources", 41 ":interfaces_shared_cpp_sources",
48 "//skia", 42 "//skia",
49 ] 43 ]
50 } 44 }
OLDNEW
« no previous file with comments | « services/ui/public/interfaces/gpu/BUILD.gn ('k') | ui/app_list/presenter/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698