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

Side by Side Diff: chrome/test/data/safe_browsing/mach_o/test-bundle.app/Contents/_CodeSignature/CodeResources

Issue 1363613004: Implement anonymous, opt-in, collection of OS X binary integrity incidents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ran git cl format Created 5 years, 1 month 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
« no previous file with comments | « chrome/test/data/safe_browsing/mach_o/test-bundle.app/Contents/Resources/executable32 ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>files</key>
6 <dict>
7 <key>Frameworks/libsigned64.dylib</key>
8 <data>
9 eD0Asf8/OXa6v2aNFp33nh5bsGw=
10 </data>
11 <key>Resources/Base.lproj/MainMenu.nib</key>
12 <dict>
13 <key>hash</key>
14 <data>
15 36VmRur+3AKfYrTxgwnd4cqqjvY=
16 </data>
17 <key>optional</key>
18 <true/>
19 </dict>
20 <key>Resources/executable32</key>
21 <data>
22 8UYv2Wx4Y+rmOojWWLGJj+o5iqU=
23 </data>
24 </dict>
25 <key>files2</key>
26 <dict>
27 <key>Frameworks/libsigned64.dylib</key>
28 <data>
29 eD0Asf8/OXa6v2aNFp33nh5bsGw=
30 </data>
31 <key>Resources/Base.lproj/MainMenu.nib</key>
32 <dict>
33 <key>hash</key>
34 <data>
35 36VmRur+3AKfYrTxgwnd4cqqjvY=
36 </data>
37 <key>optional</key>
38 <true/>
39 </dict>
40 <key>Resources/executable32</key>
41 <data>
42 8UYv2Wx4Y+rmOojWWLGJj+o5iqU=
43 </data>
44 </dict>
45 <key>rules</key>
46 <dict>
47 <key>^Frameworks</key>
48 <true/>
49 <key>^Resources/</key>
50 <true/>
51 <key>^Resources/.*\.lproj/</key>
52 <dict>
53 <key>optional</key>
54 <true/>
55 <key>weight</key>
56 <real>1000</real>
57 </dict>
58 <key>^Resources/.*\.lproj/locversion.plist$</key>
59 <dict>
60 <key>omit</key>
61 <true/>
62 <key>weight</key>
63 <real>1100</real>
64 </dict>
65 <key>^version.plist$</key>
66 <true/>
67 </dict>
68 <key>rules2</key>
69 <dict>
70 <key>.*\.dSYM($|/)</key>
71 <dict>
72 <key>weight</key>
73 <real>11</real>
74 </dict>
75 <key>^(.*/)?\.DS_Store$</key>
76 <dict>
77 <key>omit</key>
78 <true/>
79 <key>weight</key>
80 <real>2000</real>
81 </dict>
82 <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices| Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
83 <dict>
84 <key>weight</key>
85 <real>10</real>
86 </dict>
87 <key>^.*</key>
88 <true/>
89 <key>^Info\.plist$</key>
90 <dict>
91 <key>omit</key>
92 <true/>
93 <key>weight</key>
94 <real>20</real>
95 </dict>
96 <key>^PkgInfo$</key>
97 <dict>
98 <key>omit</key>
99 <true/>
100 <key>weight</key>
101 <real>20</real>
102 </dict>
103 <key>^Resources/</key>
104 <dict>
105 <key>weight</key>
106 <real>20</real>
107 </dict>
108 <key>^Resources/.*\.lproj/</key>
109 <dict>
110 <key>optional</key>
111 <true/>
112 <key>weight</key>
113 <real>1000</real>
114 </dict>
115 <key>^Resources/.*\.lproj/locversion.plist$</key>
116 <dict>
117 <key>omit</key>
118 <true/>
119 <key>weight</key>
120 <real>1100</real>
121 </dict>
122 <key>^[^/]+$</key>
123 <dict>
124 <key>weight</key>
125 <real>10</real>
126 </dict>
127 <key>^embedded\.provisionprofile$</key>
128 <dict>
129 <key>weight</key>
130 <real>20</real>
131 </dict>
132 <key>^version\.plist$</key>
133 <dict>
134 <key>weight</key>
135 <real>20</real>
136 </dict>
137 </dict>
138 </dict>
139 </plist>
OLDNEW
« no previous file with comments | « chrome/test/data/safe_browsing/mach_o/test-bundle.app/Contents/Resources/executable32 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698