Commit 2a9358cc by Nico Weber Committed by Commit Bot

gn: Add a missing test.

BUG=chromium:604060 Change-Id: I7e9b8c1bd7cb14daa15575cfcfe9ba3e8a1e6d1b Reviewed-on: https://chromium-review.googlesource.com/344701 Tryjob-Request: Nico Weber <thakis@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 190028d3
...@@ -64,6 +64,11 @@ if (is_win || is_linux || is_mac) { ...@@ -64,6 +64,11 @@ if (is_win || is_linux || is_mac) {
".", ".",
"../..") "../..")
} }
if (use_x11) {
sources += rebase_path(end2end_gypi.angle_end2end_tests_x11_sources,
".",
"../..")
}
sources += [ "//gpu/angle_end2end_tests_main.cc" ] sources += [ "//gpu/angle_end2end_tests_main.cc" ]
......
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