diff options
author | anandc <anandc@chromium.org> | 2015-03-10 19:44:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-11 02:45:02 +0000 |
commit | e7618c81cf1156aff10b33f288e4b5d8d01a8b06 (patch) | |
tree | 588339c6346c38ce39008dfcea8142d3f6653e29 /testing/chromoting | |
parent | 49f1920a3e174edd0efedb17ab09262d9f2fe05c (diff) | |
download | chromium_src-e7618c81cf1156aff10b33f288e4b5d8d01a8b06.zip chromium_src-e7618c81cf1156aff10b33f288e4b5d8d01a8b06.tar.gz chromium_src-e7618c81cf1156aff10b33f288e4b5d8d01a8b06.tar.bz2 |
Include LIBGLESV2.DLL in Chromoting browser-tests isolate.
BUG=
Review URL: https://codereview.chromium.org/996043002
Cr-Commit-Position: refs/heads/master@{#320037}
Diffstat (limited to 'testing/chromoting')
-rw-r--r-- | testing/chromoting/chromoting_integration_tests.isolate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate index 82bf5f1..8dcbe5d 100644 --- a/testing/chromoting/chromoting_integration_tests.isolate +++ b/testing/chromoting/chromoting_integration_tests.isolate @@ -68,6 +68,7 @@ 'files': [ '<(PRODUCT_DIR)/chrome_elf.dll', '<(PRODUCT_DIR)/ffmpegsumo.dll', + '<(PRODUCT_DIR)/libglesv2.dll', ], }, }], |