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

Side by Side Diff: ui/latency/BUILD.gn

Issue 2814483002: Splitting up RenderWidgetHostLatencyTracker and some renames. (Closed)
Patch Set: [Moving OnGpuSwapBuffersCompleted() back up. 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 | « gpu/ipc/service/pass_through_image_transport_surface.cc ('k') | ui/latency/DEPS » ('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 2017 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 source_set("latency") { 7 source_set("latency") {
8 sources = [ 8 sources = [
9 "latency/latency_histogram_macros.h",
9 "latency_info.cc", 10 "latency_info.cc",
10 "latency_info.h", 11 "latency_info.h",
12 "latency_tracker.cc",
13 "latency_tracker.h",
11 ] 14 ]
12 15
13 deps = [ 16 deps = [
14 "//base", 17 "//base",
15 "//ui/gfx", 18 "//ui/gfx",
16 ] 19 ]
17 } 20 }
18 21
19 test("latency_unittests") { 22 test("latency_unittests") {
20 sources = [ 23 sources = [
(...skipping 15 matching lines...) Expand all
36 "mojo/struct_traits_unittest.cc", 39 "mojo/struct_traits_unittest.cc",
37 ] 40 ]
38 deps += [ 41 deps += [
39 "//ipc:test_support", 42 "//ipc:test_support",
40 "//mojo/public/cpp/bindings", 43 "//mojo/public/cpp/bindings",
41 "//ui/latency/ipc", 44 "//ui/latency/ipc",
42 "//ui/latency/mojo:test_interfaces", 45 "//ui/latency/mojo:test_interfaces",
43 ] 46 ]
44 } 47 }
45 } 48 }
OLDNEW
« no previous file with comments | « gpu/ipc/service/pass_through_image_transport_surface.cc ('k') | ui/latency/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698