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

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: Fix some more gyp issues 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 | « ui/base/ui_base_tests.gyp ('k') | ui/events/DEPS » ('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 9b9fff6e96e88c4172907a7b5603986fd8315bf3..b7f7bf0a69b7dea473240f9a8f229e710150192d 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -58,8 +58,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" ]
@@ -76,6 +74,7 @@ component("events_base") {
"//ui/events/platform",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/latency_info",
]
if (use_x11) {
@@ -353,7 +352,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",
@@ -374,6 +372,7 @@ test("events_unittests") {
"//ui/events/devices",
"//ui/events/platform",
"//ui/gfx:test_support",
+ "//ui/latency_info",
]
if (!is_ios) {
@@ -381,7 +380,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",
@@ -389,7 +387,6 @@ test("events_unittests") {
"//third_party/WebKit/public:blink_headers",
"//ui/events/blink",
"//ui/events/gestures/blink",
- "//ui/events/ipc",
]
}
« no previous file with comments | « ui/base/ui_base_tests.gyp ('k') | ui/events/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698