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

Unified Diff: ash/ash.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. 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 | « no previous file | build/common.gypi » ('j') | chrome/browser/ui/libgtk2ui/libgtk2ui.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 0af524a51d319d851e30264620bcd8de59c368e9..3c5a88d19679f0e76dc302c856035ea5416e574b 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -898,6 +898,7 @@
'../ui/events/events.gyp:events',
'../ui/events/events.gyp:events_base',
'../ui/events/events.gyp:gesture_detection',
+ '../ui/events/platform/events_platform.gyp:events_platform',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/keyboard/keyboard.gyp:keyboard',
@@ -929,8 +930,10 @@
'msvs_disabled_warnings': [ 4267, ],
}],
['use_x11==1', {
+ 'link_settings': { 'libraries': ['-lXi'] },
'dependencies': [
'../build/linux/system.gyp:xfixes',
+ '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
],
}],
['chromeos==1', {
« no previous file with comments | « no previous file | build/common.gypi » ('j') | chrome/browser/ui/libgtk2ui/libgtk2ui.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698