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

Unified Diff: content/gpu/BUILD.gn

Issue 2783973002: Moving LatencyInfo into a separate component. (Closed)
Patch Set: Rebase again 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
« no previous file with comments | « content/common/input_messages.h ('k') | content/public/test/browser_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 3b37afa5babee25a6560c4f7d75f8a2dfbbf1b5b..7ba339a53f1de83f928e0dfb98427916cad29b18 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -72,10 +72,10 @@ target(link_target_type, "gpu_sources") {
"//services/ui/gpu",
"//services/ui/gpu/interfaces",
"//skia",
- "//ui/events/ipc",
"//ui/gfx/ipc",
"//ui/gl",
"//ui/gl/init",
+ "//ui/latency/ipc",
]
if (is_android) {
« no previous file with comments | « content/common/input_messages.h ('k') | content/public/test/browser_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698