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

Unified Diff: content/gpu/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: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 5043e8a06f281272f614d960d7e7a0dc0f65ed17..06427c2ae8d604878c2cc38f4c280b2c235c0f50 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -56,9 +56,9 @@ source_set("gpu_sources") {
"//media/mojo/services:application_factory",
"//mojo/shell/public/interfaces",
"//skia",
- "//ui/events/ipc",
"//ui/gfx/ipc",
"//ui/gl",
+ "//ui/latency_info/ipc",
]
if (mojo_media_host == "gpu") {

Powered by Google App Engine
This is Rietveld 408576698