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

Unified Diff: ui/gfx/x/gfx_x11.gyp

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 | « ui/gfx/BUILD.gn ('k') | ui/gfx/x/x11_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/x/gfx_x11.gyp
diff --git a/ui/gfx/x/gfx_x11.gyp b/ui/gfx/x/gfx_x11.gyp
index e6a77dc0a79ee5e272d3268c3995bf725662d46f..5be65ff1789aac38d29ec9051d064d57bf0156be 100644
--- a/ui/gfx/x/gfx_x11.gyp
+++ b/ui/gfx/x/gfx_x11.gyp
@@ -28,6 +28,8 @@
'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/x11_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698