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

Unified Diff: chrome/test/data/file_select_helper/CalculatorFake.app/Contents/version.plist

Issue 634833003: mac: Zip packages when they are selected by the file opener. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use AppendRelativePath(). Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/file_select_helper/CalculatorFake.app/Contents/version.plist
diff --git a/chrome/test/data/file_select_helper/CalculatorFake.app/Contents/version.plist b/chrome/test/data/file_select_helper/CalculatorFake.app/Contents/version.plist
new file mode 100644
index 0000000000000000000000000000000000000000..eef43aa38e2355c82a6078b4889864c1bd748244
--- /dev/null
+++ b/chrome/test/data/file_select_helper/CalculatorFake.app/Contents/version.plist
@@ -0,0 +1,16 @@
+<?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>BuildVersion</key>
+ <string>80</string>
+ <key>CFBundleShortVersionString</key>
+ <string>10.8</string>
+ <key>CFBundleVersion</key>
+ <string>123</string>
+ <key>ProjectName</key>
+ <string>Calculator</string>
+ <key>SourceVersion</key>
+ <string>128000000000000</string>
+</dict>
+</plist>

Powered by Google App Engine
This is Rietveld 408576698