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

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

Issue 2708153005: Rename SurfaceIdAllocator to LocalSurfaceIdAllocator (Closed)
Patch Set: Delete useless include 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
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 26 matching lines...) Expand all
37 "compositor_frame_sink_support_client.h", 37 "compositor_frame_sink_support_client.h",
38 "direct_compositor_frame_sink.cc", 38 "direct_compositor_frame_sink.cc",
39 "direct_compositor_frame_sink.h", 39 "direct_compositor_frame_sink.h",
40 "direct_surface_reference_factory.cc", 40 "direct_surface_reference_factory.cc",
41 "direct_surface_reference_factory.h", 41 "direct_surface_reference_factory.h",
42 "display.cc", 42 "display.cc",
43 "display.h", 43 "display.h",
44 "display_client.h", 44 "display_client.h",
45 "display_scheduler.cc", 45 "display_scheduler.cc",
46 "display_scheduler.h", 46 "display_scheduler.h",
47 "local_surface_id_allocator.cc",
48 "local_surface_id_allocator.h",
47 "pending_frame_observer.h", 49 "pending_frame_observer.h",
48 "referenced_surface_tracker.cc", 50 "referenced_surface_tracker.cc",
49 "referenced_surface_tracker.h", 51 "referenced_surface_tracker.h",
50 "sequence_surface_reference_factory.cc", 52 "sequence_surface_reference_factory.cc",
51 "sequence_surface_reference_factory.h", 53 "sequence_surface_reference_factory.h",
52 "surface.cc", 54 "surface.cc",
53 "surface.h", 55 "surface.h",
54 "surface_aggregator.cc", 56 "surface_aggregator.cc",
55 "surface_aggregator.h", 57 "surface_aggregator.h",
56 "surface_dependency_tracker.cc", 58 "surface_dependency_tracker.cc",
57 "surface_dependency_tracker.h", 59 "surface_dependency_tracker.h",
58 "surface_factory.cc", 60 "surface_factory.cc",
59 "surface_factory.h", 61 "surface_factory.h",
60 "surface_factory_client.h", 62 "surface_factory_client.h",
61 "surface_hittest.cc", 63 "surface_hittest.cc",
62 "surface_hittest.h", 64 "surface_hittest.h",
63 "surface_hittest_delegate.h", 65 "surface_hittest_delegate.h",
64 "surface_id_allocator.cc",
65 "surface_id_allocator.h",
66 "surface_manager.cc", 66 "surface_manager.cc",
67 "surface_manager.h", 67 "surface_manager.h",
68 "surface_resource_holder.cc", 68 "surface_resource_holder.cc",
69 "surface_resource_holder.h", 69 "surface_resource_holder.h",
70 "surfaces_export.h", 70 "surfaces_export.h",
71 ] 71 ]
72 72
73 defines = [ "CC_SURFACES_IMPLEMENTATION=1" ] 73 defines = [ "CC_SURFACES_IMPLEMENTATION=1" ]
74 74
75 public_deps = [ 75 public_deps = [
76 ":surface_id", 76 ":surface_id",
77 ] 77 ]
78 78
79 deps = [ 79 deps = [
80 "//base", 80 "//base",
81 "//base/third_party/dynamic_annotations", 81 "//base/third_party/dynamic_annotations",
82 "//cc", 82 "//cc",
83 "//gpu/command_buffer/client:gles2_interface", 83 "//gpu/command_buffer/client:gles2_interface",
84 "//gpu/command_buffer/common", 84 "//gpu/command_buffer/common",
85 "//skia", 85 "//skia",
86 "//ui/events:events_base", 86 "//ui/events:events_base",
87 "//ui/gfx", 87 "//ui/gfx",
88 "//ui/gfx/geometry", 88 "//ui/gfx/geometry",
89 ] 89 ]
90 } 90 }
OLDNEW
« no previous file with comments | « android_webview/browser/surfaces_instance.cc ('k') | cc/surfaces/direct_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698