Commit da37e7f6 by Rafael Cintron Committed by Commit Bot

Add trailing slash to glmark2 data dep

glmark2 is being included as part of angle_perftests, which is built as an isolate. Isolates do not work correctly unless there is a trailing slash for folders in the data section. Bug: angleproject:3311 Change-Id: I55e5a655ae15683d5cb070589970ba5d9eba4da0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1538676 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent ee7ffd9e
...@@ -341,7 +341,7 @@ template("glmark2_exe") { ...@@ -341,7 +341,7 @@ template("glmark2_exe") {
"src/src/main.cpp", "src/src/main.cpp",
] ]
data = [ data = [
"src/data", "src/data/",
] ]
defines += [ "GLMARK_VERSION=\"${glmark2_version}\"" ] defines += [ "GLMARK_VERSION=\"${glmark2_version}\"" ]
......
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