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

Unified Diff: ui/display/BUILD.gn

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: . 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/chromeos/ui_chromeos.gyp ('k') | ui/display/display.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index c825e9054c4708907a5b1e6258c59e2d58610a5c..937aec362aed60d657f7fca6bace48efb6cd73d6 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -56,6 +56,9 @@ component("display") {
if (is_chromeos) {
deps += [ "//ui/display/types" ]
}
+ if (is_chromeos && use_x11) {
Daniel Erat 2015/01/20 21:02:17 nit: any reason not to nest this within the previo
Nico 2015/01/20 21:06:43 Done.
+ deps += [ "//ui/gfx/x" ]
+ }
if (use_ozone) {
deps += [ "//ui/ozone" ]
« no previous file with comments | « ui/chromeos/ui_chromeos.gyp ('k') | ui/display/display.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698