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

Unified Diff: ui/display/display.gyp

Issue 857353004: Enable find-missing-symbols-at-link-time for chromeos builds too. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gnsyntax 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 | « ui/display/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/display.gyp
diff --git a/ui/display/display.gyp b/ui/display/display.gyp
index e299c6b87e6745c4b44ccda3ab1e19dc612de934..ad17901e9e49f492643bd12185c68376d177bb96 100644
--- a/ui/display/display.gyp
+++ b/ui/display/display.gyp
@@ -84,6 +84,11 @@
'display_types',
],
}],
+ ['chromeos == 1 and use_x11 == 1', {
+ 'dependencies': [
+ '../gfx/x/gfx_x11.gyp:gfx_x11',
+ ],
+ }],
['use_ozone == 1', {
'dependencies': [
'../../ui/ozone/ozone.gyp:ozone',
« no previous file with comments | « ui/display/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698