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

Unified Diff: ui/display/util/BUILD.gn

Issue 843583006: GN: Add -Wl,-z defs on linux and fix errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/base/BUILD.gn ('k') | ui/events/platform/x11/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/util/BUILD.gn
diff --git a/ui/display/util/BUILD.gn b/ui/display/util/BUILD.gn
index 83f456db3a9cdce85c5533fa4b634c9196c7c7c7..ea007cab7ba5d5b9b9f8652e81a5f972ed7d1f2f 100644
--- a/ui/display/util/BUILD.gn
+++ b/ui/display/util/BUILD.gn
@@ -26,7 +26,10 @@ component("util") {
"x11/edid_parser_x11.cc",
"x11/edid_parser_x11.h",
]
- configs += [ "//build/config/linux:xrandr" ]
+ configs += [
+ "//build/config/linux:x11",
+ "//build/config/linux:xrandr",
+ ]
deps += [ "//ui/gfx/x" ]
}
if (is_chromeos) {
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/events/platform/x11/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698