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

Unified Diff: chrome/common/extensions/api/devtools_api.json

Issue 9491002: json_schema_compiler: any, additionalProperties, functions on types (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: add any in arrays to util.h Created 8 years, 10 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: 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",
« no previous file with comments | « chrome/common/extensions/api/chromeosInfoPrivate.json ('k') | chrome/common/extensions/api/experimental.accessibility.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698