Chromium Code Reviews

Unified Diff: ui/events/events.gyp

Issue 854753002: linux/gyp: Find missing symbols at build time, not runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: ui/events/events.gyp
diff --git a/ui/events/events.gyp b/ui/events/events.gyp
index 7eea18383752372e2c191cb98c748d2df99c0e1d..8548924568a1a89f1dc159cef9a0afb2b8fdedc6 100644
--- a/ui/events/events.gyp
+++ b/ui/events/events.gyp
@@ -143,6 +143,7 @@
['use_x11==1', {
'dependencies': [
'devices/events_devices.gyp:events_devices',
+ '../gfx/x/gfx_x11.gyp:gfx_x11',
'../../build/linux/system.gyp:x11',
],
}],

Powered by Google App Engine