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

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

Issue 2802023002: Remove SurfaceFactory And SurfaceFactoryClient (Closed)
Patch Set: Rebase SurfaceSynchronizationTest Created 3 years, 7 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/surfaces/compositor_frame_sink_support.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",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "referenced_surface_tracker.cc", 54 "referenced_surface_tracker.cc",
55 "referenced_surface_tracker.h", 55 "referenced_surface_tracker.h",
56 "sequence_surface_reference_factory.cc", 56 "sequence_surface_reference_factory.cc",
57 "sequence_surface_reference_factory.h", 57 "sequence_surface_reference_factory.h",
58 "surface.cc", 58 "surface.cc",
59 "surface.h", 59 "surface.h",
60 "surface_aggregator.cc", 60 "surface_aggregator.cc",
61 "surface_aggregator.h", 61 "surface_aggregator.h",
62 "surface_dependency_tracker.cc", 62 "surface_dependency_tracker.cc",
63 "surface_dependency_tracker.h", 63 "surface_dependency_tracker.h",
64 "surface_factory.cc",
65 "surface_factory.h",
66 "surface_factory_client.h",
67 "surface_hittest.cc", 64 "surface_hittest.cc",
68 "surface_hittest.h", 65 "surface_hittest.h",
69 "surface_hittest_delegate.h", 66 "surface_hittest_delegate.h",
70 "surface_manager.cc", 67 "surface_manager.cc",
71 "surface_manager.h", 68 "surface_manager.h",
72 "surface_resource_holder.cc", 69 "surface_resource_holder.cc",
73 "surface_resource_holder.h", 70 "surface_resource_holder.h",
74 "surface_resource_holder_client.h", 71 "surface_resource_holder_client.h",
75 "surfaces_export.h", 72 "surfaces_export.h",
76 ] 73 ]
(...skipping 10 matching lines...) Expand all
87 "//cc", 84 "//cc",
88 "//gpu/command_buffer/client:gles2_interface", 85 "//gpu/command_buffer/client:gles2_interface",
89 "//gpu/command_buffer/common", 86 "//gpu/command_buffer/common",
90 "//gpu/vulkan:features", 87 "//gpu/vulkan:features",
91 "//skia", 88 "//skia",
92 "//ui/gfx", 89 "//ui/gfx",
93 "//ui/gfx/geometry", 90 "//ui/gfx/geometry",
94 "//ui/latency", 91 "//ui/latency",
95 ] 92 ]
96 } 93 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/surfaces/compositor_frame_sink_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698