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

Side by Side Diff: chrome_mac/Google Chrome.app/Contents/Versions/10.0.628.0/Google Chrome Framework.framework/Resources/Info.plist

Issue 7192017: Update reference builds to r89207. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: '' Created 9 years, 6 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 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>10.0.628.0</string>
19 <key>CFBundleDevelopmentRegion</key>
20 <string>en</string>
21 <key>CFBundleExecutable</key>
22 <string>Google Chrome Framework</string>
23 <key>CFBundleIdentifier</key>
24 <string>com.google.Chrome.framework</string>
25 <key>CFBundleInfoDictionaryVersion</key>
26 <string>6.0</string>
27 <key>CFBundlePackageType</key>
28 <string>FMWK</string>
29 <key>CFBundleShortVersionString</key>
30 <string>10.0.628.0</string>
31 <key>CFBundleSignature</key>
32 <string>????</string>
33 <key>CFBundleVersion</key>
34 <string>628.0</string>
35 <key>SVNPath</key>
36 <string>/trunk/src</string>
37 <key>SVNRevision</key>
38 <string>70488</string>
39 </dict>
40 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698