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

Unified Diff: ui/events/ozone/events_ozone.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/latency_info_unittest.cc ('k') | ui/events/platform/x11/x11_events_platform.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/events_ozone.gyp
diff --git a/ui/events/ozone/events_ozone.gyp b/ui/events/ozone/events_ozone.gyp
index 5412454adb76b4f61b56d0f35ba8f1425e8164c3..4b7bba06d142227afce4da6dfe6c8f1c68a0afc0 100644
--- a/ui/events/ozone/events_ozone.gyp
+++ b/ui/events/ozone/events_ozone.gyp
@@ -48,6 +48,7 @@
'dependencies': [
'../../../base/base.gyp:base',
'../../gfx/gfx.gyp:gfx',
+ '../../latency_info/latency_info.gyp:latency_info',
'../../ozone/ozone.gyp:ozone_base',
'../devices/events_devices.gyp:events_devices',
'../events.gyp:dom_keycode_converter',
@@ -156,6 +157,7 @@
'type': '<(component)',
'dependencies': [
'../../../base/base.gyp:base',
+ '../../latency_info/latency_info.gyp:latency_info',
'../events.gyp:dom_keycode_converter',
'../events.gyp:events_base',
],
« no previous file with comments | « ui/events/latency_info_unittest.cc ('k') | ui/events/platform/x11/x11_events_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698