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

Unified Diff: tools/auto_bisect/bisect_utils.py

Issue 1797303003: Remove telemetry reference builds from chromium DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « DEPS ('k') | tools/copyright_scanner/copyright_scanner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/bisect_utils.py
diff --git a/tools/auto_bisect/bisect_utils.py b/tools/auto_bisect/bisect_utils.py
index e9c05ad9c0a43fc783909f0658348303c26fa8fb..3d45910229b6f3ae204d88260494185351b3b2d9 100644
--- a/tools/auto_bisect/bisect_utils.py
+++ b/tools/auto_bisect/bisect_utils.py
@@ -42,9 +42,6 @@ DEFAULT_GCLIENT_CUSTOM_DEPS = {
'src/third_party/adobe/flash/binaries/ppapi/win_x64':
'https://chrome-internal.googlesource.com/'
'chrome/deps/adobe/flash/binaries/ppapi/win_x64/.git',
- 'src/chrome/tools/test/reference_build/chrome_win': None,
- '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,
}
« no previous file with comments | « DEPS ('k') | tools/copyright_scanner/copyright_scanner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698