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

Unified Diff: ui/events/events.gyp

Issue 1893153002: Make //ui/latency_info a public dep of //ui/events_base Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« ui/events/BUILD.gn ('K') | « ui/events/BUILD.gn ('k') | no next file » | 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 8c814d365d6295279d9cd0c8b05a11143ecea7a2..9de192f43253fa16b022a2fa148bf883960c6370 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -34,6 +34,7 @@
'<(DEPTH)/skia/skia.gyp:skia',
'../gfx/gfx.gyp:gfx',
'../gfx/gfx.gyp:gfx_geometry',
+ '../latency_info/latency_info.gyp:latency_info',
'dom_keycode_converter',
],
'defines': [
@@ -71,6 +72,7 @@
],
'export_dependent_settings': [
'../../ui/gfx/gfx.gyp:gfx',
+ '../../ui/latency_info/latency_info.gyp:latency_info',
],
'conditions': [
['use_x11==1', {
« ui/events/BUILD.gn ('K') | « ui/events/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698