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

Side by Side Diff: chrome_mac/Google Chrome Packaging/app_resource_rules.plist

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 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 | Annotate | Revision Log
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>rules</key>
6 <dict>
7 <key>^PkgInfo$</key>
8 <true/>
9 <key>^MacOS/</key>
10 <true/>
11 <key>^Resources/</key>
12 <true/>
13 <key>^Versions/</key>
14 <dict>
15 <key>omit</key>
16 <true/>
17 <key>weight</key>
18 <real>10</real>
19 </dict>
20 <key>^Versions/32\.0\.1700\.19/</key>
21 <dict>
22 <key>weight</key>
23 <real>20</real>
24 </dict>
25 <key>^Resources/.+\.lproj/</key>
26 <dict>
27 <key>optional</key>
28 <true/>
29 <key>weight</key>
30 <real>30</real>
31 </dict>
32 <key>^Versions/32\.0\.1700\.19/.+/Resources/.+\.lproj/</key>
33 <dict>
34 <key>optional</key>
35 <true/>
36 <key>weight</key>
37 <real>30</real>
38 </dict>
39 <key>^Versions/32\.0\.1700\.19/.+/Resources Disabled/</key>
40 <dict>
41 <key>omit</key>
42 <true/>
43 <key>weight</key>
44 <real>40</real>
45 </dict>
46 <key>/\.DS_Store$</key>
47 <dict>
48 <key>omit</key>
49 <true/>
50 <key>weight</key>
51 <real>50</real>
52 </dict>
53 </dict>
54 </dict>
55 </plist>
OLDNEW
« no previous file with comments | « chrome_mac/Google Chrome Packaging/app_canary.icns ('k') | chrome_mac/Google Chrome Packaging/chrome_canary_dmg_dsstore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698