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

Unified Diff: trunk/src/chrome/test/data/extensions/extension_api_unittest/api_features.json

Issue 12770020: Revert 190836 "Implement API features for the Extension API feat..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
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"]
- }
-}

Powered by Google App Engine
This is Rietveld 408576698