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

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: 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/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..998be45a073ae7bcd1c17b2649bb5bf0c5512f1c 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -55,6 +55,9 @@ component("display") {
if (is_chromeos) {
deps += [ "//ui/display/types" ]
+ if (use_x11) {
+ deps += [ "//ui/gfx/x" ]
+ }
}
if (use_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