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

Unified Diff: chrome/test/data/safe_browsing/mach_o/modified-bundle-and-exec.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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/safe_browsing/mach_o/modified-bundle-and-exec.app/Contents/_CodeSignature/CodeResources
diff --git a/chrome/test/data/safe_browsing/mach_o/modified-bundle-and-exec.app/Contents/_CodeSignature/CodeResources b/chrome/test/data/safe_browsing/mach_o/modified-bundle-and-exec.app/Contents/_CodeSignature/CodeResources
new file mode 100644
index 0000000000000000000000000000000000000000..aa06c23d3b1aeed8b6c1a7c15f6ea77eb02304a2
--- /dev/null
+++ b/chrome/test/data/safe_browsing/mach_o/modified-bundle-and-exec.app/Contents/_CodeSignature/CodeResources
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>files</key>
+ <dict>
+ <key>Frameworks/libsigned64.dylib</key>
+ <data>
+ eD0Asf8/OXa6v2aNFp33nh5bsGw=
+ </data>
+ <key>Resources/Base.lproj/MainMenu.nib</key>
+ <dict>
+ <key>hash</key>
+ <data>
+ 36VmRur+3AKfYrTxgwnd4cqqjvY=
+ </data>
+ <key>optional</key>
+ <true/>
+ </dict>
+ <key>Resources/executable32</key>
+ <data>
+ 8UYv2Wx4Y+rmOojWWLGJj+o5iqU=
+ </data>
+ </dict>
+ <key>files2</key>
+ <dict>
+ <key>Frameworks/libsigned64.dylib</key>
+ <data>
+ eD0Asf8/OXa6v2aNFp33nh5bsGw=
+ </data>
+ <key>Resources/Base.lproj/MainMenu.nib</key>
+ <dict>
+ <key>hash</key>
+ <data>
+ 36VmRur+3AKfYrTxgwnd4cqqjvY=
+ </data>
+ <key>optional</key>
+ <true/>
+ </dict>
+ <key>Resources/executable32</key>
+ <data>
+ 8UYv2Wx4Y+rmOojWWLGJj+o5iqU=
+ </data>
+ </dict>
+ <key>rules</key>
+ <dict>
+ <key>^Frameworks</key>
+ <true/>
+ <key>^Resources/</key>
+ <true/>
+ <key>^Resources/.*\.lproj/</key>
+ <dict>
+ <key>optional</key>
+ <true/>
+ <key>weight</key>
+ <real>1000</real>
+ </dict>
+ <key>^Resources/.*\.lproj/locversion.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>1100</real>
+ </dict>
+ <key>^version.plist$</key>
+ <true/>
+ </dict>
+ <key>rules2</key>
+ <dict>
+ <key>.*\.dSYM($|/)</key>
+ <dict>
+ <key>weight</key>
+ <real>11</real>
+ </dict>
+ <key>^(.*/)?\.DS_Store$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>2000</real>
+ </dict>
+ <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
+ <dict>
+ <key>weight</key>
+ <real>10</real>
+ </dict>
+ <key>^.*</key>
+ <true/>
+ <key>^Info\.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^PkgInfo$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^Resources/</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^Resources/.*\.lproj/</key>
+ <dict>
+ <key>optional</key>
+ <true/>
+ <key>weight</key>
+ <real>1000</real>
+ </dict>
+ <key>^Resources/.*\.lproj/locversion.plist$</key>
+ <dict>
+ <key>omit</key>
+ <true/>
+ <key>weight</key>
+ <real>1100</real>
+ </dict>
+ <key>^[^/]+$</key>
+ <dict>
+ <key>weight</key>
+ <real>10</real>
+ </dict>
+ <key>^embedded\.provisionprofile$</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ <key>^version\.plist$</key>
+ <dict>
+ <key>weight</key>
+ <real>20</real>
+ </dict>
+ </dict>
+</dict>
+</plist>

Powered by Google App Engine
This is Rietveld 408576698