[ios] Fix handling of empty string in ~/setup-gn
If a variable was initialised to an empty string, it would be generated as `variable = ` instead of `variable = ""` when the args.gn file was generated, breaking `gn gen`. Convert the string to the correct format. Bug: none Change-Id: I6268623c3e6cd2c27bfdfc167a4a77779e01962f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2282566 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#786267}
Showing
Please register or sign in to comment