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

Unified Diff: ui/gfx/x/BUILD.gn

Issue 297983005: linux_aura: Bail early if we can't connect to the X11 server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Talked to brettw; this should fix it. Created 6 years, 7 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/gfx/BUILD.gn ('k') | ui/gfx/x/gfx_x11.gyp » ('j') | ui/gfx/x/x11_types.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/x/BUILD.gn
diff --git a/ui/gfx/x/BUILD.gn b/ui/gfx/x/BUILD.gn
index 23d6536e9163d4a8684974ef6a0ef27bd9ee8136..88c647357ccd779be8811c0b365f12aa5d02c6f5 100644
--- a/ui/gfx/x/BUILD.gn
+++ b/ui/gfx/x/BUILD.gn
@@ -11,6 +11,8 @@ component("x") {
"x11_connection.h",
"x11_error_tracker.cc",
"x11_error_tracker.h",
+ "x11_switches.cc",
+ "x11_switches.h",
"x11_types.cc",
"x11_types.h",
]
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/x/gfx_x11.gyp » ('j') | ui/gfx/x/x11_types.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698