Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: tools/bisect_utils.py

Issue 253573002: Avoid syncing chrome reference build and LayoutTests to speed up sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698