From 431edb73d5ecf03291d8ba0233f3d1c3ca205852 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Sun, 3 Jun 2012 14:43:20 +0000 Subject: 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 --- chrome/browser_tests.isolate | 2 -- 1 file changed, 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', -- cgit v1.1