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

Unified Diff: ui/events/BUILD.gn

Issue 1893153002: Make //ui/latency_info a public dep of //ui/events_base Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | ui/events/events.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 30500e49602b71f3965d32dda7c82983a496751b..1eb46188b0b4a19bf3251f63feae8c1b2c153314 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -70,6 +70,7 @@ component("events_base") {
"//ui/events/platform",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/latency_info",
Nico 2016/04/17 03:31:06 event.h (which includes latency_info.h) is in even
]
# TODO(kylechar): move keycodes/ files into own component and x/ files into
@@ -150,7 +151,6 @@ component("events") {
"//skia",
"//ui/gfx",
"//ui/gfx/geometry",
- "//ui/latency_info",
]
if (use_x11) {
@@ -388,7 +388,6 @@ test("events_unittests") {
"//ui/events/devices",
"//ui/events/platform",
"//ui/gfx:test_support",
- "//ui/latency_info",
]
if (!is_ios) {
« no previous file with comments | « no previous file | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698