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

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

Issue 2655963006: Implemented StructTraits for cc::CopyOutputRequest (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 | « no previous file | cc/ipc/copy_output_request.mojom » ('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 24 matching lines...) Expand all
35 "//ui/gfx/ipc/geometry", 35 "//ui/gfx/ipc/geometry",
36 "//ui/gfx/ipc/skia", 36 "//ui/gfx/ipc/skia",
37 ] 37 ]
38 } 38 }
39 39
40 mojom("interfaces") { 40 mojom("interfaces") {
41 sources = [ 41 sources = [
42 "begin_frame_args.mojom", 42 "begin_frame_args.mojom",
43 "compositor_frame.mojom", 43 "compositor_frame.mojom",
44 "compositor_frame_metadata.mojom", 44 "compositor_frame_metadata.mojom",
45 "copy_output_request.mojom",
45 "filter_operation.mojom", 46 "filter_operation.mojom",
46 "filter_operations.mojom", 47 "filter_operations.mojom",
47 "frame_sink_id.mojom", 48 "frame_sink_id.mojom",
48 "local_surface_id.mojom", 49 "local_surface_id.mojom",
49 "mojo_compositor_frame_sink.mojom", 50 "mojo_compositor_frame_sink.mojom",
50 "quads.mojom", 51 "quads.mojom",
51 "render_pass.mojom", 52 "render_pass.mojom",
52 "returned_resource.mojom", 53 "returned_resource.mojom",
53 "selection.mojom", 54 "selection.mojom",
54 "shared_quad_state.mojom", 55 "shared_quad_state.mojom",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "//mojo/common:struct_traits", 129 "//mojo/common:struct_traits",
129 "//skia/public/interfaces:struct_traits", 130 "//skia/public/interfaces:struct_traits",
130 "//ui/events:events_base", 131 "//ui/events:events_base",
131 "//ui/events/mojo:struct_traits", 132 "//ui/events/mojo:struct_traits",
132 "//ui/gfx", 133 "//ui/gfx",
133 "//ui/gfx:selection_bound", 134 "//ui/gfx:selection_bound",
134 "//ui/gfx/geometry/mojo:struct_traits", 135 "//ui/gfx/geometry/mojo:struct_traits",
135 "//ui/gfx/mojo:struct_traits", 136 "//ui/gfx/mojo:struct_traits",
136 ] 137 ]
137 } 138 }
OLDNEW
« no previous file with comments | « no previous file | cc/ipc/copy_output_request.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698