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

Side by Side Diff: chrome/installer/mac/app_resource_rules.plist.in

Issue 2417007: [Mac] packaging process cleanup: Net of this is the zip off the official buil... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 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"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>rules</key> 5 <key>rules</key>
6 <dict> 6 <dict>
7 <key>^PkgInfo$</key> 7 <key>^PkgInfo$</key>
8 <true/> 8 <true/>
9 <key>^MacOS/</key> 9 <key>^MacOS/</key>
10 <true/> 10 <true/>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <key>/\.DS_Store$</key> 46 <key>/\.DS_Store$</key>
47 <dict> 47 <dict>
48 <key>omit</key> 48 <key>omit</key>
49 <true/> 49 <true/>
50 <key>weight</key> 50 <key>weight</key>
51 <real>50</real> 51 <real>50</real>
52 </dict> 52 </dict>
53 </dict> 53 </dict>
54 </dict> 54 </dict>
55 </plist> 55 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698