Chromium Code Reviews| Index: tools/bisect_utils.py |
| diff --git a/tools/bisect_utils.py b/tools/bisect_utils.py |
| index 68dc19adc8f5cdeb471d8051be0edc747a1b0bb5..39b080bd07db92ba8b1f6356ab7cfb9dac5ba83c 100644 |
| --- a/tools/bisect_utils.py |
| +++ b/tools/bisect_utils.py |
| @@ -40,7 +40,9 @@ 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 02:37:27
We should do the reference builds for all platform
prasadv
2014/04/25 17:09:33
Done.
|
| + "src/third_party/WebKit/LayoutTests": None,} |
|
tonyg
2014/04/25 02:37:27
Let's also add this one:
src/third_party/valgrind
prasadv
2014/04/25 17:09:33
Do you mean "src/tools/valgrind", because I didn't
tonyg
2014/04/25 17:16:21
Oops, yes :)
|
| GCLIENT_SPEC_DATA = [ |
| { "name" : "src", |