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

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

Issue 2616403003: Replacing SurfaceReferenceBase and SequenceSurfaceReference with Closures (Closed)
Patch Set: c Created 3 years, 11 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/layers/surface_layer.cc ('k') | cc/surfaces/sequence_surface_reference.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//cc/cc.gni") 5 import("//cc/cc.gni")
6 6
7 cc_source_set("surface_id") { 7 cc_source_set("surface_id") {
8 sources = [ 8 sources = [
9 "frame_sink_id.cc", 9 "frame_sink_id.cc",
10 "frame_sink_id.h", 10 "frame_sink_id.h",
11 "local_frame_id.cc", 11 "local_frame_id.cc",
12 "local_frame_id.h", 12 "local_frame_id.h",
13 "sequence_surface_reference.cc",
14 "sequence_surface_reference.h",
15 "surface_id.cc", 13 "surface_id.cc",
16 "surface_id.h", 14 "surface_id.h",
17 "surface_info.h", 15 "surface_info.h",
18 "surface_reference.cc", 16 "surface_reference.cc",
19 "surface_reference.h", 17 "surface_reference.h",
20 "surface_reference_base.cc",
21 "surface_reference_base.h",
22 "surface_reference_factory.h", 18 "surface_reference_factory.h",
23 "surface_reference_owner.h", 19 "surface_reference_owner.h",
24 "surface_sequence.h", 20 "surface_sequence.h",
25 "surface_sequence_generator.cc", 21 "surface_sequence_generator.cc",
26 "surface_sequence_generator.h", 22 "surface_sequence_generator.h",
27 ] 23 ]
28 24
29 deps = [ 25 deps = [
30 "//base", 26 "//base",
31 "//mojo/public/cpp/bindings:struct_traits", 27 "//mojo/public/cpp/bindings:struct_traits",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "//base/third_party/dynamic_annotations", 77 "//base/third_party/dynamic_annotations",
82 "//cc", 78 "//cc",
83 "//gpu/command_buffer/client:gles2_interface", 79 "//gpu/command_buffer/client:gles2_interface",
84 "//gpu/command_buffer/common", 80 "//gpu/command_buffer/common",
85 "//skia", 81 "//skia",
86 "//ui/events:events_base", 82 "//ui/events:events_base",
87 "//ui/gfx", 83 "//ui/gfx",
88 "//ui/gfx/geometry", 84 "//ui/gfx/geometry",
89 ] 85 ]
90 } 86 }
OLDNEW
« no previous file with comments | « cc/layers/surface_layer.cc ('k') | cc/surfaces/sequence_surface_reference.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698