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

Unified Diff: ui/gl/BUILD.gn

Issue 1228173003: mojo: Fix running view-manager related apptests on X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 5 years, 5 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 | « no previous file | ui/gl/DEPS » ('j') | ui/platform_window/x11/x11_window.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index f5f4134290b6875a9d984b77e86bbb767885e007..5b8c57b25b9d9495b6687fad01d885525251b00e 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -181,7 +181,10 @@ component("gl") {
"//build/config/linux:xext",
]
- deps += [ "//ui/gfx/x" ]
+ deps += [
+ "//ui/gfx/x",
+ "//ui/platform_window/x11",
+ ]
}
if (is_win) {
sources += [
« no previous file with comments | « no previous file | ui/gl/DEPS » ('j') | ui/platform_window/x11/x11_window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698