diff options
author | jmadill <jmadill@chromium.org> | 2014-09-10 17:07:23 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-11 00:16:12 +0000 |
commit | 5ffe286fbe472df7789a1cb61035652fddeb6113 (patch) | |
tree | 7c3c8470888ef0aac20a2f8077c8ca08d513845c /chrome/gpu_unittests.isolate | |
parent | 73dafe3a8b7084b33fb93aefb1588056e076775f (diff) | |
download | chromium_src-5ffe286fbe472df7789a1cb61035652fddeb6113.zip chromium_src-5ffe286fbe472df7789a1cb61035652fddeb6113.tar.gz chromium_src-5ffe286fbe472df7789a1cb61035652fddeb6113.tar.bz2 |
Add a gpu_unittests isolate.
The goal is to run gpu_unittests on the GPU bots, starting with the
FYI bots.
BUG=391895
Review URL: https://codereview.chromium.org/562733003
Cr-Commit-Position: refs/heads/master@{#294268}
Diffstat (limited to 'chrome/gpu_unittests.isolate')
-rw-r--r-- | chrome/gpu_unittests.isolate | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chrome/gpu_unittests.isolate b/chrome/gpu_unittests.isolate new file mode 100644 index 0000000..e2c1a03 --- /dev/null +++ b/chrome/gpu_unittests.isolate @@ -0,0 +1,20 @@ +# Copyright 2014 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. +{ + 'includes': [ + 'angle.isolate', + ], + 'conditions': [ + ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { + 'variables': { + 'command': [ + '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)', + ], + 'isolate_dependency_tracked': [ + '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)', + ], + }, + }], + ], +} |