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

Unified Diff: chrome/browser/resources/default_apps/external_extensions.json

Issue 8041033: Changed Mac, Linux and Win Official Chrome build to drop default app CRXs in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Added descriptive comment to json file Created 9 years, 3 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
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/default_apps/external_extensions.json
===================================================================
--- chrome/browser/resources/default_apps/external_extensions.json (revision 0)
+++ chrome/browser/resources/default_apps/external_extensions.json (revision 0)
@@ -0,0 +1,14 @@
+// Dictionary of default apps to install into new profiles. Each entry maps
+// the extension's id to its crx's path (relative to this file) and the version
+// of the extension contained in the crx.
+{
+ "blpcfgokakmgnkcojhhkbfbldkacnbeo" : {
+ "external_crx": "youtube.crx",
+ "external_version": "4.2"
+ },
+ "pjkljhegncpnkpknbcohdijeoejaedia" : {
+ "external_crx": "gmail.crx",
+ "external_version": "6.1.3"
+ }
+}
+
Property changes on: chrome\browser\resources\default_apps\external_extensions.json
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698