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

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

Issue 2783973002: Moving LatencyInfo into a separate component. (Closed)
Patch Set: Rebase again Created 3 years, 8 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/output/vulkan_renderer.h ('k') | cc/surfaces/display.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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 ] 80 ]
81 81
82 deps = [ 82 deps = [
83 "//base", 83 "//base",
84 "//base/third_party/dynamic_annotations", 84 "//base/third_party/dynamic_annotations",
85 "//cc", 85 "//cc",
86 "//gpu/command_buffer/client:gles2_interface", 86 "//gpu/command_buffer/client:gles2_interface",
87 "//gpu/command_buffer/common", 87 "//gpu/command_buffer/common",
88 "//gpu/vulkan:features", 88 "//gpu/vulkan:features",
89 "//skia", 89 "//skia",
90 "//ui/events:events_base",
91 "//ui/gfx", 90 "//ui/gfx",
92 "//ui/gfx/geometry", 91 "//ui/gfx/geometry",
92 "//ui/latency",
93 ] 93 ]
94 } 94 }
OLDNEW
« no previous file with comments | « cc/output/vulkan_renderer.h ('k') | cc/surfaces/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698