Chromium Code Reviews| 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) { |