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

Unified Diff: ui/gl/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/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 79871957c164242b1c47cf3d31c79e1112b374cf..d3bfe5239a9865240273ad9778f2f66869a247a6 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -10,7 +10,7 @@ import("//ui/ozone/ozone.gni")
import("//testing/test.gni")
declare_args() {
- enable_swiftshader = is_chrome_branded && is_win
+ enable_swiftshader = is_win
}
use_egl = is_win || is_android || is_linux

Powered by Google App Engine
This is Rietveld 408576698