summaryrefslogtreecommitdiffstats
path: root/chrome/setup_unittests.isolate
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2015-07-16 07:55:47 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-16 14:56:24 +0000
commit38b7fe8b254a356f7e14d28c4b4033593956e1c9 (patch)
tree1dd242c7bdfac3a292451b2f493fef51d1ad76ad /chrome/setup_unittests.isolate
parentf5e44003d79385d572aaf5bea9411ccfe7900b10 (diff)
downloadchromium_src-38b7fe8b254a356f7e14d28c4b4033593956e1c9.zip
chromium_src-38b7fe8b254a356f7e14d28c4b4033593956e1c9.tar.gz
chromium_src-38b7fe8b254a356f7e14d28c4b4033593956e1c9.tar.bz2
Revert of Swarm setup_unittests on FYI bots. (patchset #2 id:40001 of https://codereview.chromium.org/1223293004/)
Reason for revert: This seems to not work: https://chromium-swarm.appspot.com/user/task/28ace3bc39b53310 Original issue's description: > Swarm setup_unittests on FYI bots. > > BUG=153829 > > Committed: https://crrev.com/b398dec5088da75d3fbfb8d810c9b6f69ec7182a > Cr-Commit-Position: refs/heads/master@{#338902} TBR=maruel@chromium.org,grt@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=153829 Review URL: https://codereview.chromium.org/1239083002 Cr-Commit-Position: refs/heads/master@{#339026}
Diffstat (limited to 'chrome/setup_unittests.isolate')
-rw-r--r--chrome/setup_unittests.isolate22
1 files changed, 0 insertions, 22 deletions
diff --git a/chrome/setup_unittests.isolate b/chrome/setup_unittests.isolate
deleted file mode 100644
index 5b10de8..0000000
--- a/chrome/setup_unittests.isolate
+++ /dev/null
@@ -1,22 +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=="win"', {
- 'variables': {
- 'command': [
- '<(PRODUCT_DIR)/setup_unittests.exe',
- ],
- 'files': [
- '<(PRODUCT_DIR)/setup_unittests.exe',
- 'installer/test/data/',
- 'test/data/installer/',
- ],
- },
- }],
- ],
- 'includes': [
- '../base/base.isolate',
- ],
-}