Index: chrome/common/extensions/api/devtools_api.json |
diff --git a/chrome/common/extensions/api/devtools_api.json b/chrome/common/extensions/api/devtools_api.json |
index f95238381db2a920d94a985ee8db0e43353ff694..cc1b58abd64b52760ec7207ff317f359eaa138c2 100644 |
--- a/chrome/common/extensions/api/devtools_api.json |
+++ b/chrome/common/extensions/api/devtools_api.json |
@@ -1,6 +1,7 @@ |
[ |
{ |
"namespace": "devtools.inspectedWindow", |
+ "nocompile": true, |
"types": [ |
{ |
"id": "Resource", |
@@ -188,6 +189,7 @@ |
}, |
{ |
"namespace": "devtools.panels", |
+ "nocompile": true, |
"types": [ |
{ |
"id": "ElementsPanel", |
@@ -496,6 +498,7 @@ |
}, |
{ |
"namespace": "devtools.network", |
+ "nocompile": true, |
"types": [ |
{ |
"id": "Request", |
@@ -575,6 +578,7 @@ |
}, |
{ |
"namespace": "experimental.devtools.console", |
+ "nocompile": true, |
"functions": [ |
{ |
"name": "addMessage", |
@@ -667,6 +671,7 @@ |
}, |
{ |
"namespace": "experimental.devtools.audits", |
+ "nocompile": true, |
"functions": [ |
{ |
"name": "addCategory", |