summaryrefslogtreecommitdiffstats
path: root/chrome/gpu_unittests.isolate
diff options
context:
space:
mode:
authorjmadill <jmadill@chromium.org>2014-09-23 13:58:49 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-23 20:59:02 +0000
commit0a2788afa23b82c428cd2bf00b06d5b510436fef (patch)
treefc7fa69f9b9863f404b0cd630b562858e7813813 /chrome/gpu_unittests.isolate
parent1d8faa9c736dfabfe2b4120c6ca5eef48663199d (diff)
downloadchromium_src-0a2788afa23b82c428cd2bf00b06d5b510436fef.zip
chromium_src-0a2788afa23b82c428cd2bf00b06d5b510436fef.tar.gz
chromium_src-0a2788afa23b82c428cd2bf00b06d5b510436fef.tar.bz2
Fix gpu_unittests.isolate dependencies.
The gpu_unittests don't use any ANGLE or native graphics API logic. Thus the isolate shouldn't include any dependency on things it doesn't use or build. This should clear up runtime errors on the bots involving gpu_unittests_run and libGLESv2.dll. BUG=415981 Review URL: https://codereview.chromium.org/594203003 Cr-Commit-Position: refs/heads/master@{#296233}
Diffstat (limited to 'chrome/gpu_unittests.isolate')
-rw-r--r--chrome/gpu_unittests.isolate2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/gpu_unittests.isolate b/chrome/gpu_unittests.isolate
index e2c1a03..3bdd334 100644
--- a/chrome/gpu_unittests.isolate
+++ b/chrome/gpu_unittests.isolate
@@ -3,7 +3,7 @@
# found in the LICENSE file.
{
'includes': [
- 'angle.isolate',
+ '../base/base.isolate',
],
'conditions': [
['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {