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

Unified Diff: ui/events/events.gyp

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/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index c8d994f5e4b7dfa9c59b8663437a115f67afb729..af813c65f4d375a074df7c8531ed02308e02ead6 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -66,8 +66,6 @@
'keycodes/keyboard_code_conversion_x.cc',
'keycodes/keyboard_code_conversion_x.h',
'keycodes/keyboard_codes.h',
- 'latency_info.cc',
- 'latency_info.h',
'x/keysym_to_unicode.cc',
'x/keysym_to_unicode.h',
],
@@ -100,9 +98,11 @@
'<(DEPTH)/skia/skia.gyp:skia',
'../gfx/gfx.gyp:gfx',
'../gfx/gfx.gyp:gfx_geometry',
+ '../latency_info/latency_info.gyp:latency_info',
'dom_keycode_converter',
'events_base',
'gesture_detection',
+
tdresser 2016/04/12 17:45:12 Remove blank line.
Fady Samuel 2016/04/12 19:18:04 Done.
],
'defines': [
'EVENTS_IMPLEMENTATION',
@@ -301,24 +301,6 @@
],
},
{
- # GN version: //ui/events/ipc:events_ipc
- 'target_name': 'events_ipc',
- 'type': '<(component)',
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/ipc/ipc.gyp:ipc',
- 'events_base',
- ],
- 'defines': [
- 'EVENTS_IPC_IMPLEMENTATION',
- ],
- 'sources': [
- 'ipc/latency_info_param_traits.cc',
- 'ipc/latency_info_param_traits.h',
- 'ipc/latency_info_param_traits_macros.h',
- ],
- },
- {
# GN version: //ui/events:test_support
'target_name': 'events_test_support',
'type': 'static_library',
« no previous file with comments | « ui/events/event.h ('k') | ui/events/events_unittests.gyp » ('j') | ui/latency_info/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698