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

Unified Diff: base/PRESUBMIT.py

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/PRESUBMIT.py
diff --git a/base/PRESUBMIT.py b/base/PRESUBMIT.py
index 4e9e64bcf2c18009b509e43ed3842b4aee32b58b..4b366d9322a45005a38c09202d301da77ed5d051 100644
--- a/base/PRESUBMIT.py
+++ b/base/PRESUBMIT.py
@@ -46,17 +46,3 @@ def CheckChangeOnCommit(input_api, output_api):
results = []
results.extend(_CommonChecks(input_api, output_api))
return results
-
-
-def GetPreferredTryMasters(project, change):
- return {
- 'tryserver.chromium.linux': {
- 'linux_chromium_rel': set(['defaulttests']),
- },
- 'tryserver.chromium.mac': {
- 'mac_chromium_rel': set(['defaulttests']),
- },
- 'tryserver.chromium.win': {
- 'win_chromium_rel': set(['defaulttests']),
- }
- }
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698