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

Unified Diff: ui/gfx/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
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index c4d4bf5ff3b981ac05a9712200a817fd8bfefb98..298ac6a987a6781f1f3288b7a39b19ce6daa2154 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -435,6 +435,8 @@ if (use_x11) {
"x/x11_atom_cache.h",
"x/x11_error_tracker.cc",
"x/x11_error_tracker.h",
+ "x/x11_switches.cc",
+ "x/x11_switches.h",
"x/x11_types.cc",
"x/x11_types.h",
]
« no previous file with comments | « media/base/user_input_monitor_linux.cc ('k') | ui/gfx/x/BUILD.gn » ('j') | ui/gfx/x/x11_types.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698