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

Side by Side Diff: cc/ipc/BUILD.gn

Issue 2651793007: Implemented StructTraits for cc::TextureMailbox (Closed)
Patch Set: c Created 3 years, 10 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 | « cc/BUILD.gn ('k') | cc/ipc/struct_traits_unittest.cc » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//cc/cc.gni") 6 import("//cc/cc.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 8
9 cc_component("ipc") { 9 cc_component("ipc") {
10 output_name = "cc_ipc" 10 output_name = "cc_ipc"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "mojo_compositor_frame_sink.mojom", 49 "mojo_compositor_frame_sink.mojom",
50 "quads.mojom", 50 "quads.mojom",
51 "render_pass.mojom", 51 "render_pass.mojom",
52 "returned_resource.mojom", 52 "returned_resource.mojom",
53 "selection.mojom", 53 "selection.mojom",
54 "shared_quad_state.mojom", 54 "shared_quad_state.mojom",
55 "surface_id.mojom", 55 "surface_id.mojom",
56 "surface_info.mojom", 56 "surface_info.mojom",
57 "surface_reference.mojom", 57 "surface_reference.mojom",
58 "surface_sequence.mojom", 58 "surface_sequence.mojom",
59 "texture_mailbox.mojom",
59 "transferable_resource.mojom", 60 "transferable_resource.mojom",
60 ] 61 ]
61 62
62 public_deps = [ 63 public_deps = [
63 "//gpu/ipc/common:interfaces", 64 "//gpu/ipc/common:interfaces",
64 "//mojo/common:common_custom_types", 65 "//mojo/common:common_custom_types",
65 "//skia/public/interfaces", 66 "//skia/public/interfaces",
66 "//ui/events/mojo:interfaces", 67 "//ui/events/mojo:interfaces",
67 "//ui/gfx/geometry/mojo", 68 "//ui/gfx/geometry/mojo",
68 "//ui/gfx/mojo", 69 "//ui/gfx/mojo",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "//mojo/common:struct_traits", 128 "//mojo/common:struct_traits",
128 "//skia/public/interfaces:struct_traits", 129 "//skia/public/interfaces:struct_traits",
129 "//ui/events:events_base", 130 "//ui/events:events_base",
130 "//ui/events/mojo:struct_traits", 131 "//ui/events/mojo:struct_traits",
131 "//ui/gfx", 132 "//ui/gfx",
132 "//ui/gfx:selection_bound", 133 "//ui/gfx:selection_bound",
133 "//ui/gfx/geometry/mojo:struct_traits", 134 "//ui/gfx/geometry/mojo:struct_traits",
134 "//ui/gfx/mojo:struct_traits", 135 "//ui/gfx/mojo:struct_traits",
135 ] 136 ]
136 } 137 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/ipc/struct_traits_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698