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

Unified Diff: ui/events/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: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 20b75f2cbdaea7a7482d973a3d479cb9fd474328..21eecf0b91a68b5880e313496e824b6d14d76d33 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -54,8 +54,6 @@ component("events_base") {
"keycodes/keyboard_code_conversion_win.cc",
"keycodes/keyboard_code_conversion_win.h",
"keycodes/keyboard_codes.h",
- "latency_info.cc",
- "latency_info.h",
]
defines = [ "EVENTS_BASE_IMPLEMENTATION" ]
@@ -151,6 +149,7 @@ component("events") {
"//skia",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/latency_info",
]
if (use_x11) {
@@ -368,7 +367,6 @@ test("events_unittests") {
"keycodes/dom/keycode_converter_unittest.cc",
"keycodes/keyboard_code_conversion_unittest.cc",
"keycodes/platform_key_map_win_unittest.cc",
- "latency_info_unittest.cc",
"platform/platform_event_source_unittest.cc",
"scoped_target_handler_unittest.cc",
"win/event_utils_win_unittest.cc",
@@ -389,6 +387,7 @@ test("events_unittests") {
"//ui/events/devices",
"//ui/events/platform",
"//ui/gfx:test_support",
+ "//ui/latency_info",
]
if (!is_ios) {
@@ -396,7 +395,6 @@ test("events_unittests") {
"blink/input_handler_proxy_unittest.cc",
"blink/input_scroll_elasticity_controller_unittest.cc",
"gestures/blink/web_gesture_curve_impl_unittest.cc",
- "ipc/latency_info_param_traits_unittest.cc",
]
deps += [
"//cc",
@@ -404,7 +402,6 @@ test("events_unittests") {
"//third_party/WebKit/public:blink_headers",
"//ui/events/blink",
"//ui/events/gestures/blink",
- "//ui/events/ipc",
]
}

Powered by Google App Engine
This is Rietveld 408576698