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

Unified Diff: ui/gl/init/BUILD.gn

Issue 2715563002: Moving SwiftShader from component to bundled library (Closed)
Patch Set: Specify x11 only support on Linux Created 3 years, 10 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/gl/init/BUILD.gn
diff --git a/ui/gl/init/BUILD.gn b/ui/gl/init/BUILD.gn
index 074e7b1d377284f5d0236ac225d740edbda01e9d..f97b44f005e47c31c8cee4ec19e5899616d788fa 100644
--- a/ui/gl/init/BUILD.gn
+++ b/ui/gl/init/BUILD.gn
@@ -54,7 +54,10 @@ component("init") {
"gl_initializer_x11.cc",
]
- deps += [ "//ui/gfx/x" ]
+ deps += [
+ "//ui/gfx/x",
+ "//ui/gl:gl_features",
+ ]
} else if (use_ozone) {
sources += [
"gl_factory_ozone.cc",

Powered by Google App Engine
This is Rietveld 408576698