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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/latency/BUILD.gn
diff --git a/ui/latency/BUILD.gn b/ui/latency/BUILD.gn
index 5afbb031a17702a7a757367ece03950cbfb2cbe4..b0242373612fc7c036e9d2b36186e57faf87e719 100644
--- a/ui/latency/BUILD.gn
+++ b/ui/latency/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -6,8 +6,11 @@ import("//testing/test.gni")
source_set("latency") {
sources = [
+ "latency/latency_histogram_macros.h",
"latency_info.cc",
"latency_info.h",
+ "latency_tracker.cc",
+ "latency_tracker.h",
]
deps = [
« 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