Commit 4dd9a5e1 by Yuly Novikov Committed by Commit Bot

Enable building angle_white_box_tests on Fuchsia

Builds fine. Bug: angleproject:2475 Change-Id: I96b2b03e1be2b801c3d8579ebf44d51b6faa3e57 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2622235Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 16dbcc13
...@@ -221,7 +221,8 @@ if (is_win || is_linux || is_chromeos || is_mac || is_android || is_fuchsia || ...@@ -221,7 +221,8 @@ if (is_win || is_linux || is_chromeos || is_mac || is_android || is_fuchsia ||
} }
} }
if (is_win || is_linux || is_chromeos || is_mac || is_android || is_ios) { if (is_win || is_linux || is_chromeos || is_mac || is_android || is_fuchsia ||
is_ios) {
import("angle_white_box_tests.gni") import("angle_white_box_tests.gni")
angle_test("angle_white_box_tests") { angle_test("angle_white_box_tests") {
......
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