Commit b9e58c8a authored by jbauman's avatar jbauman Committed by Commit bot

Set enable_swiftshader arg on Chrome-branded windows builds.

This matches the previous behavior with gyp (which was necessitated by
the need for a registration key). In the future we can expand this to
other platforms and to regular Chromium.

BUG=646660

Review-Url: https://codereview.chromium.org/2345783003
Cr-Commit-Position: refs/heads/master@{#419032}
parent 5d1e0471
...@@ -10,7 +10,7 @@ import("//ui/ozone/ozone.gni") ...@@ -10,7 +10,7 @@ import("//ui/ozone/ozone.gni")
import("//testing/test.gni") import("//testing/test.gni")
declare_args() { declare_args() {
enable_swiftshader = false enable_swiftshader = is_chrome_branded && is_win
} }
use_egl = is_win || is_android || is_linux use_egl = is_win || is_android || is_linux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment