Skip to content

Commit

Permalink
Add trailing slash to glmark2 data dep
Browse files Browse the repository at this point in the history
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: Shahbaz Youssefi <syoussefi@chromium.org>
Reviewed-by: Jamie Madill <jmadill@chromium.org>
  • Loading branch information
RafaelCintron authored and Commit Bot committed Mar 26, 2019
1 parent ee7ffd9 commit da37e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/glmark2/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ template("glmark2_exe") {
"src/src/main.cpp",
]
data = [
"src/data",
"src/data/",
]

defines += [ "GLMARK_VERSION=\"${glmark2_version}\"" ]
Expand Down

0 comments on commit da37e7f

Please sign in to comment.