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

Side by Side Diff: chrome_mac/Google Chrome.app/Contents/Versions/32.0.1700.19/Google Chrome Framework.framework/Default Apps/external_extensions.json

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 // Dictionary of default apps to install into new profiles. Each entry maps
2 // the extension's id to its crx's path (relative to this file) and the version
3 // of the extension contained in the crx.
4 //
5 // When an extension is added or removed here, the two lists 'default_apps_list'
6 // and 'default_apps_list_linux_dest' in build/common.gypi must also be updated.
7 {
8 "blpcfgokakmgnkcojhhkbfbldkacnbeo" : {
9 "external_crx": "youtube.crx",
10 "external_version": "4.2.5",
11 "is_bookmark_app": true
12 },
13 "coobgpohoikkiipiblmjeljniedjpjpf" : {
14 "external_crx": "search.crx",
15 "external_version": "0.0.0.19",
16 "is_bookmark_app": true
17 },
18 "pjkljhegncpnkpknbcohdijeoejaedia" : {
19 "external_crx": "gmail.crx",
20 "external_version": "7"
21 },
22 "apdfllckaahabafndbhieahigkjlhalf" : {
23 "external_crx": "drive.crx",
24 "external_version": "6.2"
25 },
26 "aohghmighlieiainnegkcijnfilokake" : {
27 "external_crx": "docs.crx",
28 "external_version": "0.0.0.6"
29 }
30 }
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698