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

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

Issue 2691363002: Centralize FrameSinkId allocation in one place (Closed)
Patch Set: android 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",
11 "frame_sink_id_allocator.h",
11 "local_surface_id.cc", 12 "local_surface_id.cc",
12 "local_surface_id.h", 13 "local_surface_id.h",
13 "surface_id.cc", 14 "surface_id.cc",
14 "surface_id.h", 15 "surface_id.h",
15 "surface_info.h", 16 "surface_info.h",
16 "surface_reference.cc", 17 "surface_reference.cc",
17 "surface_reference.h", 18 "surface_reference.h",
18 "surface_reference_factory.h", 19 "surface_reference_factory.h",
19 "surface_reference_owner.h", 20 "surface_reference_owner.h",
20 "surface_sequence.h", 21 "surface_sequence.h",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "//base/third_party/dynamic_annotations", 82 "//base/third_party/dynamic_annotations",
82 "//cc", 83 "//cc",
83 "//gpu/command_buffer/client:gles2_interface", 84 "//gpu/command_buffer/client:gles2_interface",
84 "//gpu/command_buffer/common", 85 "//gpu/command_buffer/common",
85 "//skia", 86 "//skia",
86 "//ui/events:events_base", 87 "//ui/events:events_base",
87 "//ui/gfx", 88 "//ui/gfx",
88 "//ui/gfx/geometry", 89 "//ui/gfx/geometry",
89 ] 90 ]
90 } 91 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698