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

Side by Side Diff: trunk/src/chrome/browser/resources/quick_office/manifest.json

Issue 183883032: Revert 255380 "Switch Quickoffice to new internal repo" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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
« no previous file with comments | « trunk/src/chrome/browser/resources/quick_office/OWNERS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "background": { 2 "background": {
3 "persistent": false, 3 "persistent": false,
4 "scripts": [ 4 "scripts": [
5 "scripts/configs/requirejsConfig.js", 5 "scripts/configs/requirejsConfig.js",
6 "scripts/third_party/requireJs/require.js", 6 "scripts/third_party/requireJs/require.js",
7 "scripts/configs/experimentalFeatures.js", 7 "scripts/configs/experimentalFeatures.js",
8 "scripts/background/backgroundMain.js" 8 "scripts/background/backgroundMain.js"
9 ] 9 ]
10 }, 10 },
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 { 83 {
84 "nacl_arch": "arm", 84 "nacl_arch": "arm",
85 "sub_package_path": "_platform_specific/arm/" 85 "sub_package_path": "_platform_specific/arm/"
86 } 86 }
87 ], 87 ],
88 "version": "34.99.2070.1", 88 "version": "34.99.2070.1",
89 "web_accessible_resources": [ 89 "web_accessible_resources": [
90 "views/qowt.html" 90 "views/qowt.html"
91 ] 91 ]
92 } 92 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/resources/quick_office/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698