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

Unified Diff: tools/json_schema_compiler/test/windows.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/windows.json
diff --git a/tools/json_schema_compiler/test/windows.json b/tools/json_schema_compiler/test/windows.json
index c7711db15a7a7a96f58178271ad963cfe13b584a..52fc683dc9e727478a30e2a23beced9f35287e7d 100644
--- a/tools/json_schema_compiler/test/windows.json
+++ b/tools/json_schema_compiler/test/windows.json
@@ -1,7 +1,6 @@
[
{
"namespace": "windows",
- "compile": true,
"types": [
{
"id": "Window",
@@ -139,6 +138,7 @@
},
{
"name": "create",
+ "nocompile": true,
"type": "function",
"description": "Creates (opens) a new browser with any optional sizing, position or default URL provided.",
"parameters": [

Powered by Google App Engine
This is Rietveld 408576698