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

Unified Diff: ui/gfx/BUILD.gn

Issue 304833002: Add GN build for Linux sandbox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « sandbox/linux/BUILD.gn ('k') | ui/gfx/x/BUILD.gn » ('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 c4d4bf5ff3b981ac05a9712200a817fd8bfefb98..a85364fd3be58a43c791a2d17a4072c3ccd68e85 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -433,12 +433,15 @@ if (use_x11) {
sources = [
"x/x11_atom_cache.cc",
"x/x11_atom_cache.h",
+ "x/x11_connection.cc",
+ "x/x11_connection.h",
"x/x11_error_tracker.cc",
"x/x11_error_tracker.h",
"x/x11_types.cc",
"x/x11_types.h",
]
+ defines = [ "GFX_IMPLEMENTATION" ]
configs += [ "//build/config/linux:x11" ]
deps = [
« no previous file with comments | « sandbox/linux/BUILD.gn ('k') | ui/gfx/x/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698