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

Unified Diff: build/android/buildbot/bb_host_steps.py

Issue 62273004: Remove call to update_resources.py for WebRTC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | build/android/buildbot/bb_run_bot.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_host_steps.py
diff --git a/build/android/buildbot/bb_host_steps.py b/build/android/buildbot/bb_host_steps.py
index d1e9e54b816389718c9261c57779d48050d664d8..cf506aea2a296c28f0639a22eca0b37c76766fb3 100755
--- a/build/android/buildbot/bb_host_steps.py
+++ b/build/android/buildbot/bb_host_steps.py
@@ -105,19 +105,12 @@ def BisectPerfRegression(_):
'-w', os.path.join(constants.DIR_SOURCE_ROOT, os.pardir)])
-def DownloadWebRTCResources(_):
- bb_annotations.PrintNamedStep('download_resources')
- RunCmd([SrcPath('third_party', 'webrtc', 'tools', 'update_resources.py'),
- '-p', '../../../'], halt_on_failure=True)
-
-
def GetHostStepCmds():
return [
('compile', Compile),
('extract_build', ExtractBuild),
('check_webview_licenses', CheckWebViewLicenses),
('bisect_perf_regression', BisectPerfRegression),
- ('download_webrtc_resources', DownloadWebRTCResources),
('findbugs', FindBugs),
('zip_build', ZipBuild)
]
« no previous file with comments | « no previous file | build/android/buildbot/bb_run_bot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698