Commit 70fd9b5d by Jamie Madill Committed by Commit Bot

Fix compile error in angle_white_box_perftests.

This seems to have slipped through our CQ coverage. Bug: angleproject:3025 Change-Id: I2975eed3026feaa39b0cb3b897821e3bfc112f43 Reviewed-on: https://chromium-review.googlesource.com/c/1378385Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent dfaccbc0
...@@ -240,7 +240,10 @@ if (is_win || is_linux || is_android || is_mac) { ...@@ -240,7 +240,10 @@ if (is_win || is_linux || is_android || is_mac) {
# This test suite is for perf tests that use ANGLE's internals in some direct way. # This test suite is for perf tests that use ANGLE's internals in some direct way.
test("angle_white_box_perftests") { test("angle_white_box_perftests") {
include_dirs = [ "." ] include_dirs = [
".",
"../..",
]
sources = angle_white_box_perf_tests_sources sources = angle_white_box_perf_tests_sources
......
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