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

Unified Diff: ui/latency/BUILD.gn

Issue 2806163004: Plumbing input event latency reporting through Mus GPU. (Closed)
Patch Set: Inline LatencyTracker in DIsplayOutputService. 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 | « services/ui/surfaces/display_output_surface.cc ('k') | ui/latency/latency_info.h » ('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 b0242373612fc7c036e9d2b36186e57faf87e719..17e8dffb80d14547f07f363fea3eb42962d565cd 100644
--- a/ui/latency/BUILD.gn
+++ b/ui/latency/BUILD.gn
@@ -19,6 +19,17 @@ source_set("latency") {
]
}
+source_set("test_support") {
+ testonly = true
+ sources = [
+ "latency_info_test_support.cc",
+ ]
+
+ public_deps = [
+ ":latency",
+ ]
+}
+
test("latency_unittests") {
sources = [
"latency_info_unittest.cc",
« no previous file with comments | « services/ui/surfaces/display_output_surface.cc ('k') | ui/latency/latency_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698