summaryrefslogtreecommitdiffstats
path: root/net/net_unittests.isolate
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-28 23:16:11 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-28 23:16:11 +0000
commit644a2ed093c9f39c1876fb7578949e70a402a34b (patch)
tree91b73c51c75766ada52b6eaa6251de84860864a4 /net/net_unittests.isolate
parent60e3e718134a8c192d3b83e54608f205bfdd213d (diff)
downloadchromium_src-644a2ed093c9f39c1876fb7578949e70a402a34b.zip
chromium_src-644a2ed093c9f39c1876fb7578949e70a402a34b.tar.gz
chromium_src-644a2ed093c9f39c1876fb7578949e70a402a34b.tar.bz2
Move the test data that's used by net_unittests to net\data to simplify the isolate files.
The background is that url_fetcher was moved from chrome to content to net, but its test data didn't move along. R=davidben@chromium.org Review URL: https://codereview.chromium.org/420313003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net_unittests.isolate')
-rw-r--r--net/net_unittests.isolate6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/net_unittests.isolate b/net/net_unittests.isolate
index 662eeb0..719ec62 100644
--- a/net/net_unittests.isolate
+++ b/net/net_unittests.isolate
@@ -5,12 +5,6 @@
'conditions': [
['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
- 'isolate_dependency_tracked': [
- '../chrome/test/data/animate1.gif',
- '../chrome/test/data/server-unavailable.html',
- '../chrome/test/data/server-unavailable.html.mock-http-headers',
- '../chrome/test/data/simple.html',
- ],
'isolate_dependency_untracked': [
'data/',
],