| Index: trunk/src/chrome/test/data/extensions/extension_api_unittest/api_features.json
 | 
| ===================================================================
 | 
| --- trunk/src/chrome/test/data/extensions/extension_api_unittest/api_features.json	(revision 190861)
 | 
| +++ trunk/src/chrome/test/data/extensions/extension_api_unittest/api_features.json	(working copy)
 | 
| @@ -1,54 +0,0 @@
 | 
| -{
 | 
| -  "test1": {
 | 
| -    "contexts": ["content_script", "blessed_extension", "unblessed_extension"]
 | 
| -  },
 | 
| -  "test2": {
 | 
| -    "contexts": ["web_page"],
 | 
| -    "matches": ["<all_urls>"]
 | 
| -  },
 | 
| -  "test2.foo": {
 | 
| -    "contexts": ["content_script"]
 | 
| -  },
 | 
| -  "test3": {
 | 
| -    "contexts": ["content_script"]
 | 
| -  },
 | 
| -  "test3.foo": {
 | 
| -    "contexts": ["web_page", "blessed_extension"],
 | 
| -    "matches": ["<all_urls>"]
 | 
| -  },
 | 
| -  "test4": {
 | 
| -    "contexts": ["blessed_extension"],
 | 
| -    "dependencies": ["api:test3.foo"]
 | 
| -  },
 | 
| -  "test4.foo": {
 | 
| -    "contexts": ["unblessed_extension"],
 | 
| -    "dependencies": ["api:test4"]
 | 
| -  },
 | 
| -  "test4.foo.foo": {
 | 
| -    "contexts": ["content_script"]
 | 
| -  },
 | 
| -  "test5": {
 | 
| -    "contexts": ["web_page"],
 | 
| -    "matches": ["http://foo.com/*"]
 | 
| -  },
 | 
| -  "test6": {
 | 
| -    "contexts": ["content_script"]
 | 
| -  },
 | 
| -  "test6.foo": {
 | 
| -    "contexts": ["blessed_extension"]
 | 
| -  },
 | 
| -  "test7": {
 | 
| -    "contexts": ["web_page"],
 | 
| -    "matches": ["http://foo.com/*"]
 | 
| -  },
 | 
| -  "test7.foo": {
 | 
| -    "contexts": ["web_page"],
 | 
| -    "matches": ["<all_urls>"],
 | 
| -    "dependencies": ["test7"]
 | 
| -  },
 | 
| -  "test7.bar": {
 | 
| -    "contexts": ["web_page"],
 | 
| -    "matches": ["http://bar.com/*"],
 | 
| -    "dependencies": ["test7.foo"]
 | 
| -  }
 | 
| -}
 | 
| 
 |