Skip to content

Commit

Permalink
Fix angle_end2end_tests' isolate to include the binary on Linux.
Browse files Browse the repository at this point in the history
BUG=501604
TBR=maruel@chromium.org

Review URL: https://codereview.chromium.org/1200563002

Cr-Commit-Position: refs/heads/master@{#335427}
  • Loading branch information
kenrussell authored and Commit bot committed Jun 20, 2015
1 parent a625cd0 commit 0f0d65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/angle_end2end_tests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'../third_party/angle/angle.isolate',
],
'conditions': [
['OS=="win"', {
['OS=="win" or OS=="linux"', {
'variables': {
'command': [
'<(PRODUCT_DIR)/angle_end2end_tests<(EXECUTABLE_SUFFIX)',
Expand Down

0 comments on commit 0f0d65f

Please sign in to comment.