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

Side by Side Diff: ios/chrome/app/resources/EncryptionExportCompliance+Info.plist

Issue 2555233002: [iOS] Upstreaming of Info.plist and entitlements generation. (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>ITSAppUsesNonExemptEncryption</key>
6 <true/>
7 <key>ITSEncryptionExportComplianceCode</key>
8 <string>${ENCRYPTION_EXPORT_COMPLIANCE_CODE}</string>
rohitrao (ping after 24h) 2016/12/07 21:56:04 How does a value get from the GN variable into thi
sdefresne 2016/12/08 08:51:31 The key=value substitution happens when the final
9 </dict>
10 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698