diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-05 17:50:12 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-05 17:50:12 +0000 |
commit | b69732138efc274c1d61925629231eb9036aa811 (patch) | |
tree | 8c3db9b9950e1beb89c355358864bf422c0552fe /net/net_unittests.isolate | |
parent | d3be17b7a048df86d4ec5ff845dc730abf976114 (diff) | |
download | chromium_src-b69732138efc274c1d61925629231eb9036aa811.zip chromium_src-b69732138efc274c1d61925629231eb9036aa811.tar.gz chromium_src-b69732138efc274c1d61925629231eb9036aa811.tar.bz2 |
Stop using third_party\python_26 for many tests.
Migrate testserver.py from using embedded python in third_party\python_26 to
the python version installed on the system.
Kill many python_26 references.
It reduces the amount of data that needs to be transfered for Windows swarm
slaves.
The remaining uses of third_party\python_26 are:
1. chrome_frame.
2. pyauto needs the python SDK. As such, it needs a "known" python installation.
3. gn.
R=phajdan.jr@chromium.org,rsleevi@chromium.org
BUG=98636
BUG=321703
TEST=
Review URL: https://codereview.chromium.org/74253002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238989 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net_unittests.isolate')
-rw-r--r-- | net/net_unittests.isolate | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/net_unittests.isolate b/net/net_unittests.isolate index 870723a..2e04ea3 100644 --- a/net/net_unittests.isolate +++ b/net/net_unittests.isolate @@ -43,9 +43,6 @@ 'isolate_dependency_tracked': [ '<(PRODUCT_DIR)/icudt.dll', ], - 'isolate_dependency_untracked': [ - '../third_party/python_26/', - ], }, }], ], |