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

Unified Diff: tools-webrtc/mb/PRESUBMIT.py

Issue 2585743002: Move tools/mb -> tools-webrtc/mb (Closed)
Patch Set: Fixed presubmits and tests Created 4 years 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 | « tools-webrtc/mb/OWNERS ('k') | tools-webrtc/mb/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/mb/PRESUBMIT.py
diff --git a/tools/mb/PRESUBMIT.py b/tools-webrtc/mb/PRESUBMIT.py
similarity index 82%
rename from tools/mb/PRESUBMIT.py
rename to tools-webrtc/mb/PRESUBMIT.py
index a520ff9b298849775c0b18fb1bfe30decc3bb599..d21aec1ded2ffd5df4ecfda2935cf956ec6fad2b 100644
--- a/tools/mb/PRESUBMIT.py
+++ b/tools-webrtc/mb/PRESUBMIT.py
@@ -19,11 +19,7 @@ def _CommonChecks(input_api, output_api):
input_api, output_api, '.', [ r'^.+_unittest\.py$']))
# Validate the format of the mb_config.pyl file.
- mb_config_path = input_api.os_path.join(input_api.PresubmitLocalPath(),
- '..', '..', 'webrtc', 'build',
- 'mb_config.pyl')
- cmd = [input_api.python_executable, 'mb.py', 'validate', '--config-file',
- mb_config_path]
+ cmd = [input_api.python_executable, 'mb.py', 'validate']
kwargs = {'cwd': input_api.PresubmitLocalPath()}
results.extend(input_api.RunTests([
input_api.Command(name='mb_validate',
« no previous file with comments | « tools-webrtc/mb/OWNERS ('k') | tools-webrtc/mb/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698