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

Unified Diff: cc/surfaces/BUILD.gn

Issue 1871233002: Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify ui/events OWNERS Created 4 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
Index: cc/surfaces/BUILD.gn
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
index 1c5ca5cc08578caf592c1fd6df8068bc48a17ba6..c64d96e5ed06203d32a202731c1d2a93910bc514 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -55,9 +55,9 @@ component("surfaces") {
"//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common",
"//skia",
- "//ui/events:events_base",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/latency_info",
]
if (is_android && !is_debug) {

Powered by Google App Engine
This is Rietveld 408576698