summaryrefslogtreecommitdiffstats
path: root/gpu/gpu_unittests.isolate
diff options
context:
space:
mode:
authorjam <jam@chromium.org>2015-01-20 07:39:38 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-20 15:40:43 +0000
commit8bb9afd210e6f841bb68810243d0196d0f8af8e2 (patch)
treee70231fd7f65dedb11bb90ae9f3370d2d29b8c4b /gpu/gpu_unittests.isolate
parenta4157cf118d75eebc66f041299377acb479ce550 (diff)
downloadchromium_src-8bb9afd210e6f841bb68810243d0196d0f8af8e2.zip
chromium_src-8bb9afd210e6f841bb68810243d0196d0f8af8e2.tar.gz
chromium_src-8bb9afd210e6f841bb68810243d0196d0f8af8e2.tar.bz2
Revert of Swarm gpu_unittests and media_unittests (patchset #1 id:1 of https://codereview.chromium.org/832083006/)
Reason for revert: you landed previous revisions of those cls, they had been updated since then.. Original issue's description: > Swarm gpu_unittests and media_unittests > > This is a relanding of https://codereview.chromium.org/851013002 > and https://codereview.chromium.org/848173004 . > > TBR=scherkus,sievers,jam > > BUG=448877, 450000 > > Committed: https://chromium.googlesource.com/chromium/src/+/b96c31b45db661d826040d3cda409a03479f00fc TBR=scherkus@chromium.org,sievers@chromium.org,phajdan.jr@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=448877, 450000 Review URL: https://codereview.chromium.org/859023003 Cr-Commit-Position: refs/heads/master@{#312202}
Diffstat (limited to 'gpu/gpu_unittests.isolate')
-rw-r--r--gpu/gpu_unittests.isolate66
1 files changed, 0 insertions, 66 deletions
diff --git a/gpu/gpu_unittests.isolate b/gpu/gpu_unittests.isolate
deleted file mode 100644
index 3380606..0000000
--- a/gpu/gpu_unittests.isolate
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 2015 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.
-{
- 'conditions': [
- ['OS=="linux" or OS=="mac" or OS=="win"', {
- 'variables': {
- 'files': [
- '../testing/test_env.py',
- '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)',
- ],
- },
- }],
- ['OS=="linux"', {
- 'variables': {
- 'command': [
- '../testing/xvfb.py',
- '<(PRODUCT_DIR)',
- '<(PRODUCT_DIR)/gpu_unittests',
- '--brave-new-test-launcher',
- '--test-launcher-bot-mode',
- '--asan=<(asan)',
- '--lsan=<(lsan)',
- ],
- 'files': [
- '../testing/xvfb.py',
- '<(PRODUCT_DIR)/xdisplaycheck',
- ],
- },
- }],
- ['OS=="mac"', {
- 'variables': {
- 'command': [
- '../testing/test_env.py',
- '<(PRODUCT_DIR)/gpu_unittests',
- '--brave-new-test-launcher',
- '--test-launcher-bot-mode',
- '--asan=<(asan)',
- '--lsan=<(lsan)',
- ],
- },
- }],
- ['OS=="win"', {
- 'variables': {
- 'command': [
- '../testing/test_env.py',
- '<(PRODUCT_DIR)/gpu_unittests.exe',
- '--brave-new-test-launcher',
- '--test-launcher-bot-mode',
- '--asan=<(asan)',
- '--lsan=<(lsan)',
- ],
- },
- }],
- ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/gpu_unittests.exe.pdb',
- ],
- },
- }],
- ],
- 'includes': [
- '../base/base.isolate',
- ],
-}