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

Unified Diff: tools/json_schema_compiler/test/tabs.json

Issue 9309044: Supporting more APIs with json_schema_compiler (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rework 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: tools/json_schema_compiler/test/tabs.json
diff --git a/tools/json_schema_compiler/test/tabs.json b/tools/json_schema_compiler/test/tabs.json
index 0bd6ae672232132eb1297eeaf00bd4c418a3dc92..6095f22cc5228313356ac3d5f67c24116c4c8668 100644
--- a/tools/json_schema_compiler/test/tabs.json
+++ b/tools/json_schema_compiler/test/tabs.json
@@ -1,7 +1,6 @@
[
{
"namespace": "tabs",
- "compile": true,
"types": [
{
"id": "Tab",
@@ -287,6 +286,7 @@
},
{
"name": "highlight",
+ "nocompile": true,
"type": "function",
"description": "Highlights the given tabs.",
"parameters": [
@@ -338,6 +338,7 @@
"properties": {
"url": {
"optional": true,
+ "type": "string",
"description": "A URL to navigate the tab to."
},
"active": {
@@ -380,6 +381,7 @@
},
{
"name": "move",
+ "nocompile": true,
"type": "function",
"description": "Moves one or more tabs to a new position within its window, or to a new window. Note that tabs can only be moved to and from normal (window.type === \"normal\") windows.",
"parameters": [
@@ -448,6 +450,7 @@
},
{
"name": "remove",
+ "nocompile": true,
"type": "function",
"description": "Closes one or more tabs. Note: This function can be used without requesting the 'tabs' permission in the manifest.",
"parameters": [

Powered by Google App Engine
This is Rietveld 408576698