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

Unified Diff: ui/gl/BUILD.gn

Issue 2345783003: Set enable_swiftshader arg on Chrome-branded windows builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fixswiftshaderflag
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
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 a99b6160d408e3960d6b60da9fe2a1d99e7a4f0e..d34c5aba2d31f7ee7b3cfdb87f656aaa6ec72c72 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -9,7 +9,7 @@ import("//build/config/ui.gni")
import("//testing/test.gni")
declare_args() {
- enable_swiftshader = false
+ enable_swiftshader = is_chrome_branded && is_win
}
use_egl = is_win || is_android || is_linux
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698