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

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: Rebase to TOT and resolve conflicts. 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 | « media/base/user_input_monitor_linux.cc ('k') | ui/gfx/x/gfx_x11.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index a85364fd3be58a43c791a2d17a4072c3ccd68e85..776978865ca6f595e6284e2fd8e668b207b7f348 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -437,6 +437,8 @@ if (use_x11) {
"x/x11_connection.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/gfx_x11.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698