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

Side by Side Diff: chrome_mac/Google Chrome.app/Contents/Versions/32.0.1700.19/Google Chrome Framework.framework/Resources/Info.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>BreakpadProduct</key>
6 <string>Chrome_Mac</string>
7 <key>BreakpadProductDisplay</key>
8 <string>Chrome</string>
9 <key>BreakpadReportInterval</key>
10 <string>3600</string>
11 <key>BreakpadSendAndExit</key>
12 <string>YES</string>
13 <key>BreakpadSkipConfirm</key>
14 <string>YES</string>
15 <key>BreakpadURL</key>
16 <string>https://clients2.google.com/cr/report</string>
17 <key>BreakpadVersion</key>
18 <string>32.0.1700.19</string>
19 <key>BuildMachineOSBuild</key>
20 <string>10K549</string>
21 <key>CFBundleDevelopmentRegion</key>
22 <string>en</string>
23 <key>CFBundleExecutable</key>
24 <string>Google Chrome Framework</string>
25 <key>CFBundleIdentifier</key>
26 <string>com.google.Chrome.framework</string>
27 <key>CFBundleInfoDictionaryVersion</key>
28 <string>6.0</string>
29 <key>CFBundlePackageType</key>
30 <string>FMWK</string>
31 <key>CFBundleShortVersionString</key>
32 <string>32.0.1700.19</string>
33 <key>CFBundleSignature</key>
34 <string>????</string>
35 <key>CFBundleVersion</key>
36 <string>1700.19</string>
37 <key>DTSDKBuild</key>
38 <string>10K549</string>
39 <key>DTSDKName</key>
40 <string>macosx10.6</string>
41 <key>DTXcode</key>
42 <string>0420</string>
43 <key>DTXcodeBuild</key>
44 <string>4C199</string>
45 <key>SCMRevision</key>
46 <string>235778</string>
47 </dict>
48 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698