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

Unified Diff: ui/gfx/BUILD.gn

Issue 666813002: GN: Fix Android component build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-clank
Patch Set: Created 6 years, 2 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
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 080c7d57a5ef6fe040882b4f804107a9fc3eea0f..455066ed98d899d329ab88aa1421918f0fb6c01c 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -345,6 +345,9 @@ component("gfx") {
deps += [
"//ui/gfx/x",
]
+ configs += [
+ "//build/config/linux:x11",
+ ]
} else {
sources -= [
"path_x11.cc",

Powered by Google App Engine
This is Rietveld 408576698