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

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

Issue 2908473002: Revert of cc::SurfaceDependencyTracker should not crash when a Display goes away (Closed)
Patch Set: 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/scheduler/begin_frame_source_unittest.cc ('k') | cc/surfaces/frame_sink_manager.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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "display.cc", 43 "display.cc",
44 "display.h", 44 "display.h",
45 "display_client.h", 45 "display_client.h",
46 "display_scheduler.cc", 46 "display_scheduler.cc",
47 "display_scheduler.h", 47 "display_scheduler.h",
48 "frame_sink_manager.cc", 48 "frame_sink_manager.cc",
49 "frame_sink_manager.h", 49 "frame_sink_manager.h",
50 "frame_sink_manager_client.h", 50 "frame_sink_manager_client.h",
51 "local_surface_id_allocator.cc", 51 "local_surface_id_allocator.cc",
52 "local_surface_id_allocator.h", 52 "local_surface_id_allocator.h",
53 "primary_begin_frame_source.cc",
54 "primary_begin_frame_source.h",
55 "referenced_surface_tracker.cc", 53 "referenced_surface_tracker.cc",
56 "referenced_surface_tracker.h", 54 "referenced_surface_tracker.h",
57 "sequence_surface_reference_factory.cc", 55 "sequence_surface_reference_factory.cc",
58 "sequence_surface_reference_factory.h", 56 "sequence_surface_reference_factory.h",
59 "surface.cc", 57 "surface.cc",
60 "surface.h", 58 "surface.h",
61 "surface_aggregator.cc", 59 "surface_aggregator.cc",
62 "surface_aggregator.h", 60 "surface_aggregator.h",
63 "surface_dependency_tracker.cc", 61 "surface_dependency_tracker.cc",
64 "surface_dependency_tracker.h", 62 "surface_dependency_tracker.h",
(...skipping 20 matching lines...) Expand all
85 "//cc", 83 "//cc",
86 "//gpu/command_buffer/client:gles2_interface", 84 "//gpu/command_buffer/client:gles2_interface",
87 "//gpu/command_buffer/common", 85 "//gpu/command_buffer/common",
88 "//gpu/vulkan:features", 86 "//gpu/vulkan:features",
89 "//skia", 87 "//skia",
90 "//ui/gfx", 88 "//ui/gfx",
91 "//ui/gfx/geometry", 89 "//ui/gfx/geometry",
92 "//ui/latency", 90 "//ui/latency",
93 ] 91 ]
94 } 92 }
OLDNEW
« no previous file with comments | « cc/scheduler/begin_frame_source_unittest.cc ('k') | cc/surfaces/frame_sink_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698