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

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

Issue 2610063007: Separate client surface reference tracking from FrameGenerator. (Closed)
Patch Set: Rebase. 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/BUILD.gn ('k') | cc/surfaces/embedded_surface_tracker.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 30 matching lines...) Expand all
41 "compositor_frame_sink_support_client.h", 41 "compositor_frame_sink_support_client.h",
42 "direct_compositor_frame_sink.cc", 42 "direct_compositor_frame_sink.cc",
43 "direct_compositor_frame_sink.h", 43 "direct_compositor_frame_sink.h",
44 "direct_surface_reference_factory.cc", 44 "direct_surface_reference_factory.cc",
45 "direct_surface_reference_factory.h", 45 "direct_surface_reference_factory.h",
46 "display.cc", 46 "display.cc",
47 "display.h", 47 "display.h",
48 "display_client.h", 48 "display_client.h",
49 "display_scheduler.cc", 49 "display_scheduler.cc",
50 "display_scheduler.h", 50 "display_scheduler.h",
51 "embedded_surface_tracker.cc",
52 "embedded_surface_tracker.h",
51 "sequence_surface_reference_factory.cc", 53 "sequence_surface_reference_factory.cc",
52 "sequence_surface_reference_factory.h", 54 "sequence_surface_reference_factory.h",
53 "surface.cc", 55 "surface.cc",
54 "surface.h", 56 "surface.h",
55 "surface_aggregator.cc", 57 "surface_aggregator.cc",
56 "surface_aggregator.h", 58 "surface_aggregator.h",
57 "surface_factory.cc", 59 "surface_factory.cc",
58 "surface_factory.h", 60 "surface_factory.h",
59 "surface_factory_client.h", 61 "surface_factory_client.h",
60 "surface_hittest.cc", 62 "surface_hittest.cc",
(...skipping 20 matching lines...) Expand all
81 "//base/third_party/dynamic_annotations", 83 "//base/third_party/dynamic_annotations",
82 "//cc", 84 "//cc",
83 "//gpu/command_buffer/client:gles2_interface", 85 "//gpu/command_buffer/client:gles2_interface",
84 "//gpu/command_buffer/common", 86 "//gpu/command_buffer/common",
85 "//skia", 87 "//skia",
86 "//ui/events:events_base", 88 "//ui/events:events_base",
87 "//ui/gfx", 89 "//ui/gfx",
88 "//ui/gfx/geometry", 90 "//ui/gfx/geometry",
89 ] 91 ]
90 } 92 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/surfaces/embedded_surface_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698