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

Unified Diff: chrome/test/data/extensions/manifest_tests/file_handlers_valid.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/file_handlers_invalid_type_element.json ('k') | extensions/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/manifest_tests/file_handlers_valid.json
diff --git a/chrome/test/data/extensions/manifest_tests/file_handlers_valid.json b/chrome/test/data/extensions/manifest_tests/file_handlers_valid.json
deleted file mode 100644
index d943091839fb54c500c192635333ee8a9ff9b20e..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/manifest_tests/file_handlers_valid.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "test",
- "description": "App with file_handlers manifest.",
- "version": "1",
- "app": {
- "background": {
- "scripts": ["background.js"]
- }
- },
- "file_handlers": {
- "text": {
- "types": [
- "text/*"
- ]
- },
- "image": {
- "types": [
- "image/*"
- ],
- "extensions": [
- ".png",
- ".gif"
- ]
- }
- }
-}
« no previous file with comments | « chrome/test/data/extensions/manifest_tests/file_handlers_invalid_type_element.json ('k') | extensions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698