diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-03 14:43:20 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-03 14:43:20 +0000 |
commit | 431edb73d5ecf03291d8ba0233f3d1c3ca205852 (patch) | |
tree | 223e5ebc22bb07474942abae288220a19ac65073 | |
parent | 0ec28e6f733171b071d8c105050d6e4fa0ec7d0c (diff) | |
download | chromium_src-431edb73d5ecf03291d8ba0233f3d1c3ca205852.zip chromium_src-431edb73d5ecf03291d8ba0233f3d1c3ca205852.tar.gz chromium_src-431edb73d5ecf03291d8ba0233f3d1c3ca205852.tar.bz2 |
Remove extraneous directories.
Looks like the directory removal code in isolate.py uses os.path.sep instead of
'/', causing invalid directories to be kept on Windows, will be fixed in a
separate CL.
TBR=thakis@chromium.org
BUG=98636
TEST=
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10496015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140234 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser_tests.isolate | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate index c66cdb5..14adb77 100644 --- a/chrome/browser_tests.isolate +++ b/chrome/browser_tests.isolate @@ -292,10 +292,8 @@ '../third_party/python_26/Lib/sha.py', '../third_party/python_26/Lib/shlex.py', '../third_party/python_26/Lib/shutil.py', - '../third_party/python_26/Lib/site-packages', '../third_party/python_26/Lib/site-packages/google.pth', '../third_party/python_26/Lib/site-packages/pywin32.pth', - '../third_party/python_26/Lib/site-packages/win32', '../third_party/python_26/Lib/site-packages/win32/pywintypes26.dll', '../third_party/python_26/Lib/site-packages/win32/win32file.pyd', '../third_party/python_26/Lib/site-packages/win32/win32pipe.pyd', |