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

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: 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/events/event.h ('k') | ui/events/events_unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 3d46faac42f003173e7bbb8ab113b0215bce991d..a19315af6fc7465293fb5767b85c43c7f562f006 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -64,8 +64,6 @@
'keycodes/keyboard_code_conversion_win.cc',
'keycodes/keyboard_code_conversion_win.h',
'keycodes/keyboard_codes.h',
- 'latency_info.cc',
- 'latency_info.h',
],
'export_dependent_settings': [
'../../ui/gfx/gfx.gyp:gfx',
@@ -89,6 +87,7 @@
'../display/display.gyp:display',
'../gfx/gfx.gyp:gfx',
'../gfx/gfx.gyp:gfx_geometry',
+ "../latency_info/latency_info.gyp:latency_info",
'dom_keycode_converter',
'events_base',
'gesture_detection',
@@ -292,24 +291,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698