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

Unified Diff: content/common/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/browser/site_per_process_browsertest.cc ('k') | content/common/input/event_with_latency_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index d4f6d3b930fde77f3fb7e0dcba22cfd5b7e61f21..4fea9e7b7ba0d0b73b7df3ec9abf8ac6474b1a4f 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -421,7 +421,6 @@ source_set("common") {
"//ui/base/ime",
"//ui/display",
"//ui/events/blink",
- "//ui/events/ipc",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gfx/ipc",
@@ -429,6 +428,7 @@ source_set("common") {
"//ui/gfx/ipc/geometry",
"//ui/gfx/ipc/skia",
"//ui/gl",
+ "//ui/latency/ipc",
"//ui/shell_dialogs",
"//url",
"//url/ipc:url_ipc",
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | content/common/input/event_with_latency_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698