summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authorsergeyv <sergeyv@chromium.org>2015-01-21 05:39:41 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-21 13:40:30 +0000
commitc497f3788bc5007ee3bbe2f6aa1cc101b6d66d8b (patch)
treefbe2d570783541d81d139bf895e639ed9d91c2eb /cc/cc_tests.gyp
parent2c5518d7b7d3eb119588fea8e6c668076c8bcfed (diff)
downloadchromium_src-c497f3788bc5007ee3bbe2f6aa1cc101b6d66d8b.zip
chromium_src-c497f3788bc5007ee3bbe2f6aa1cc101b6d66d8b.tar.gz
chromium_src-c497f3788bc5007ee3bbe2f6aa1cc101b6d66d8b.tar.bz2
Revert of Swarm cc_unittests. (patchset #6 id:100001 of https://codereview.chromium.org/854743002/)
Reason for revert: Failures on chrome.mac Original issue's description: > Swarm cc_unittests. > > BUG=448877 > > Committed: https://crrev.com/9086ff0072268267bacf28e6098a7b5bd8478982 > Cr-Commit-Position: refs/heads/master@{#312252} TBR=maruel@chromium.org,alexst@chromium.org,jam@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=448877 Review URL: https://codereview.chromium.org/861173002 Cr-Commit-Position: refs/heads/master@{#312322}
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp19
1 files changed, 1 insertions, 18 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 49337bc..74cb1bfd 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -444,23 +444,6 @@
},
],
}
- ],
- ['test_isolation_mode != "noop"', {
- 'targets': [
- {
- 'target_name': 'cc_unittests_run',
- 'type': 'none',
- 'dependencies': [
- 'cc_unittests',
- ],
- 'includes': [
- '../build/isolate.gypi',
- ],
- 'sources': [
- 'cc_unittests.isolate',
- ],
- },
- ],
- }],
+ ]
],
}