diff options
author | jmadill <jmadill@chromium.org> | 2014-09-23 13:58:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-23 20:59:02 +0000 |
commit | 0a2788afa23b82c428cd2bf00b06d5b510436fef (patch) | |
tree | fc7fa69f9b9863f404b0cd630b562858e7813813 /chrome/gpu_unittests.isolate | |
parent | 1d8faa9c736dfabfe2b4120c6ca5eef48663199d (diff) | |
download | chromium_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.isolate | 2 |
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"', { |