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

Side by Side Diff: extensions/test/data/manifest_tests/file_handlers_invalid_too_many.json

Issue 565423003: Move extensions manifest tests to run in extensions_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (manifest2) fix deps, android Created 6 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "test", 2 "name": "test",
3 "description": "App with file_handlers manifest.", 3 "description": "App with file_handlers manifest.",
4 "version": "1", 4 "version": "1",
5 "app": { 5 "app": {
6 "background": { 6 "background": {
7 "scripts": ["background.js"] 7 "scripts": ["background.js"]
8 } 8 }
9 }, 9 },
10 "file_handlers": { 10 "file_handlers": {
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "99/*" 217 "99/*"
218 ], 218 ],
219 "extensions": [ 219 "extensions": [
220 ".png", 220 ".png",
221 ".gif" 221 ".gif"
222 ], 222 ],
223 "title": "Image editor" 223 "title": "Image editor"
224 } 224 }
225 } 225 }
226 } 226 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698