Index: chrome/common/extensions/api/_api_features.json |
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json |
index 90b1befc9de9ba7b1061a203c84d792d20d7dd7c..b5520540db4393fc027f8d22accc1352f4b6d57b 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -234,15 +234,19 @@ |
"dependencies": ["permission:developerPrivate"], |
"contexts": ["blessed_extension"] |
}, |
+ // All devtools APIs are implemented by hand, so don't compile them. |
"devtools.inspectedWindow": { |
+ "nocompile": true, |
"dependencies": ["manifest:devtools_page"], |
"contexts": ["blessed_extension"] |
}, |
"devtools.network": { |
+ "nocompile": true, |
"dependencies": ["manifest:devtools_page"], |
"contexts": ["blessed_extension"] |
}, |
"devtools.panels": { |
+ "nocompile": true, |
"dependencies": ["manifest:devtools_page"], |
"contexts": ["blessed_extension"] |
}, |