Chromium Code Reviews| Index: tools/bisect_utils.py |
| diff --git a/tools/bisect_utils.py b/tools/bisect_utils.py |
| index 68dc19adc8f5cdeb471d8051be0edc747a1b0bb5..fa2b4d26918eb86175df64b20f229ce0d1aa85cc 100644 |
| --- a/tools/bisect_utils.py |
| +++ b/tools/bisect_utils.py |
| @@ -40,7 +40,12 @@ DEFAULT_GCLIENT_CUSTOM_DEPS = { |
| "chrome/deps/adobe/flash/binaries/ppapi/win/.git", |
| "src/third_party/adobe/flash/binaries/ppapi/win_x64": |
| "https://chrome-internal.googlesource.com/" |
| - "chrome/deps/adobe/flash/binaries/ppapi/win_x64/.git",} |
| + "chrome/deps/adobe/flash/binaries/ppapi/win_x64/.git", |
| + "src/chrome/tools/test/reference_build/chrome_win": None, |
|
tonyg
2014/04/25 17:16:21
There's also a 64-bit variant of this folder, righ
|
| + "src/chrome/tools/test/reference_build/chrome_mac": None, |
| + "src/chrome/tools/test/reference_build/chrome_linux": None, |
| + "src/third_party/WebKit/LayoutTests": None, |
| + "src/tools/valgrind": None,} |
| GCLIENT_SPEC_DATA = [ |
| { "name" : "src", |