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

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

Issue 2521543003: Add stream operator for SurfaceId/FrameSinkId/LocalFrameId. (Closed)
Patch Set: Add another missing include. Created 4 years 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 | « ash/common/devtools/ash_devtools_unittest.cc ('k') | cc/surfaces/frame_sink_id.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.h", 10 "frame_sink_id.h",
11 "local_frame_id.cc",
10 "local_frame_id.h", 12 "local_frame_id.h",
13 "surface_id.cc",
11 "surface_id.h", 14 "surface_id.h",
12 "surface_sequence.h", 15 "surface_sequence.h",
13 "surface_sequence_generator.cc", 16 "surface_sequence_generator.cc",
14 "surface_sequence_generator.h", 17 "surface_sequence_generator.h",
15 ] 18 ]
16 19
17 deps = [ 20 deps = [
18 "//base", 21 "//base",
19 ] 22 ]
20 } 23 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "//base/third_party/dynamic_annotations", 61 "//base/third_party/dynamic_annotations",
59 "//cc", 62 "//cc",
60 "//gpu/command_buffer/client:gles2_interface", 63 "//gpu/command_buffer/client:gles2_interface",
61 "//gpu/command_buffer/common", 64 "//gpu/command_buffer/common",
62 "//skia", 65 "//skia",
63 "//ui/events:events_base", 66 "//ui/events:events_base",
64 "//ui/gfx", 67 "//ui/gfx",
65 "//ui/gfx/geometry", 68 "//ui/gfx/geometry",
66 ] 69 ]
67 } 70 }
OLDNEW
« no previous file with comments | « ash/common/devtools/ash_devtools_unittest.cc ('k') | cc/surfaces/frame_sink_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698