summaryrefslogtreecommitdiffstats
path: root/chrome/angle_deqp_gles3_tests.isolate
diff options
context:
space:
mode:
authorcwallez <cwallez@google.com>2015-08-28 07:13:53 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-28 14:14:34 +0000
commit6ea4c9c62308ce1965703053eb41656ef789f6a4 (patch)
treea63166f656af2a634c2510ff4b87a1c0fe32614e /chrome/angle_deqp_gles3_tests.isolate
parent17735af08af35c42a3194a958f00163c2676078f (diff)
downloadchromium_src-6ea4c9c62308ce1965703053eb41656ef789f6a4.zip
chromium_src-6ea4c9c62308ce1965703053eb41656ef789f6a4.tar.gz
chromium_src-6ea4c9c62308ce1965703053eb41656ef789f6a4.tar.bz2
Make the ANGLE dEQP isolates use the angle_on_all_platforms
Including ui/gl/gl.isolate was including angle.isolate which is only for Windows. This made libGLESv2.so and libEGL.so be missing on Linux and prevents the Linux dEQP bot from running the tests. Local testing didn't show this problem as the isolate was being run in the src/out/Debug folder which contained the .so. BUG=angleproject:1127 Review URL: https://codereview.chromium.org/1320973004 Cr-Commit-Position: refs/heads/master@{#346139}
Diffstat (limited to 'chrome/angle_deqp_gles3_tests.isolate')
-rw-r--r--chrome/angle_deqp_gles3_tests.isolate2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/angle_deqp_gles3_tests.isolate b/chrome/angle_deqp_gles3_tests.isolate
index 6d06460..4aac5ea 100644
--- a/chrome/angle_deqp_gles3_tests.isolate
+++ b/chrome/angle_deqp_gles3_tests.isolate
@@ -5,7 +5,7 @@
{
'includes': [
'../base/base.isolate',
- '../ui/gl/gl.isolate',
+ '../third_party/angle/angle_on_all_platforms.isolate',
],
'conditions': [
['OS=="win" or OS=="linux"', {