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

Unified Diff: build/config/mac/mac_app.py

Issue 1842933002: fix syntax error in mac_app.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/mac/mac_app.py
diff --git a/build/config/mac/mac_app.py b/build/config/mac/mac_app.py
index 70c313a65e68cdead795dee9d62cdaa91db28864..cbc9d0338ef65b078c2e024372c4a3b9ae4cf521 100644
--- a/build/config/mac/mac_app.py
+++ b/build/config/mac/mac_app.py
@@ -25,7 +25,7 @@ def ProcessInfoPlist(args):
return subprocess.check_call([
'/usr/bin/env',
'xcrun',
- 'plutil'
+ 'plutil',
'-convert',
'binary1',
'-o',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698