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

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: support for choices 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..1069eb66d88ba3c1630df1c8b6641afdfc268f2a 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",
@@ -338,6 +337,7 @@
"properties": {
"url": {
"optional": true,
+ "type": "string",
"description": "A URL to navigate the tab to."
},
"active": {

Powered by Google App Engine
This is Rietveld 408576698