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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2193823002: A tool to disable the outdated build detector for organic installs of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format tweak Created 4 years, 5 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
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index bfdea82055716bca6e248b0e00c778f1824ce4ad..f2731ecfb4c741e50a80008d56eea6dddd5d08db 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -266,6 +266,10 @@
"label": "//device:device_unittests",
"type": "console_test_launcher",
},
+ "disable_outdated_build_detector_unittests": {
+ "label": "//chrome/tools/disable_outdated_build_detector:disable_outdated_build_detector_unittests",
+ "type": "console_test_launcher",
+ },
"display_unittests": {
"label": "//ui/display:display_unittests",
"type": "console_test_launcher",

Powered by Google App Engine
This is Rietveld 408576698