Chromium Code Reviews| Index: build/android/pylib/utils/isolator.py | 
| diff --git a/build/android/pylib/utils/isolator.py b/build/android/pylib/utils/isolator.py | 
| index 18f9eed4a2eafb0f496357ee7e19e276e5f5b149..8f6a0241cb3ded91ac2f8299d9c81f310e3f2acc 100644 | 
| --- a/build/android/pylib/utils/isolator.py | 
| +++ b/build/android/pylib/utils/isolator.py | 
| @@ -158,8 +158,7 @@ class Isolator(object): | 
| deps_out_dir = os.path.join( | 
| self._isolate_deps_dir, | 
| - os.path.relpath(os.path.join(constants.GetOutDirectory(), os.pardir), | 
| 
 
jbudorick
2015/10/14 17:56:30
Yeah, this will definitely break our GYP builds at
 
 | 
| - constants.DIR_SOURCE_ROOT)) | 
| + os.path.relpath(constants.GetOutDirectory(), constants.DIR_SOURCE_ROOT)) | 
| for root, _, filenames in os.walk(deps_out_dir): | 
| for filename in fnmatch.filter(filenames, '*.pak'): | 
| shutil.move(os.path.join(root, filename), paks_dir) |