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

Unified Diff: scripts/slave/recipes/webrtc/ios_api_framework.py

Issue 2472473004: WebRTC: Archive the WebRTC.dSYM dir in the zip archive (Closed)
Patch Set: . Created 4 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 | scripts/slave/recipes/webrtc/ios_api_framework.expected/build_ok.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/webrtc/ios_api_framework.py
diff --git a/scripts/slave/recipes/webrtc/ios_api_framework.py b/scripts/slave/recipes/webrtc/ios_api_framework.py
index 870b4d5763ee447998ff91217fec8e504a1448f6..01b46315de9df6c8504adce10668ed6dd03e2265 100644
--- a/scripts/slave/recipes/webrtc/ios_api_framework.py
+++ b/scripts/slave/recipes/webrtc/ios_api_framework.py
@@ -56,7 +56,7 @@ def RunSteps(api):
zip_out = api.path['slave_build'].join('webrtc_ios_api_framework.zip')
pkg = api.zip.make_package(output_dir, zip_out)
pkg.add_directory(output_dir.join('WebRTC.framework'))
- pkg.add_directory(output_dir.join('WebRTC.framework.dSYM'))
+ pkg.add_directory(output_dir.join('WebRTC.dSYM'))
# TODO(kjellander): Readd when bugs.webrtc.org/6372 is fixed.
#pkg.add_file(output_dir.join('LICENSE.html'))
pkg.zip('zip archive')
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/ios_api_framework.expected/build_ok.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698