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

Unified Diff: services/ui/surfaces/BUILD.gn

Issue 2771053003: WIP: Plumbing input event latency reporting through Mus GPU.
Patch Set: Updating dependencies. Created 3 years, 9 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
Index: services/ui/surfaces/BUILD.gn
diff --git a/services/ui/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
index ebaafcb439ec83cefb336dedea7d4f587c2d531a..a8d97a5b43a1c707960a57494c278ae73de0d895 100644
--- a/services/ui/surfaces/BUILD.gn
+++ b/services/ui/surfaces/BUILD.gn
@@ -21,6 +21,8 @@ source_set("surfaces") {
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_interface",
"//gpu/ipc:command_buffer",
+ "//gpu/ipc:gl_in_process_context",
mfomitchev 2017/03/23 15:25:17 Is this ok?
Fady Samuel 2017/03/23 17:24:38 Probably OK.
+ "//components/latency_tracker",
"//ui/display/types",
"//ui/gfx",
"//ui/gfx/geometry/mojo",

Powered by Google App Engine
This is Rietveld 408576698