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

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

Issue 10367002: Make all extension api types fully qualified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix webrequest tests Created 8 years, 7 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/crossref.json
diff --git a/tools/json_schema_compiler/test/crossref.json b/tools/json_schema_compiler/test/crossref.json
index 02e5c94ab706e358ee4fd053faf7e5d53681e5d8..9d3f90578447dc56612784074af937a4b17aa879 100644
--- a/tools/json_schema_compiler/test/crossref.json
+++ b/tools/json_schema_compiler/test/crossref.json
@@ -8,7 +8,7 @@
"type": "object",
"properties": {
"testType": {
- "$ref": "TestType",
+ "$ref": "simple_api.TestType",
"optional": true
}
}
@@ -22,7 +22,7 @@
"parameters": [
{
"name": "testType",
- "$ref": "TestType",
+ "$ref": "simple_api.TestType",
"optional": true
},
{
@@ -43,7 +43,7 @@
"parameters": [
{
"name": "result",
- "$ref": "TestType",
+ "$ref": "simple_api.TestType",
"description": "A TestType."
}
]
@@ -59,7 +59,7 @@
"name": "paramObject",
"type": "object",
"properties": {
- "testType": {"$ref": "TestType", "optional": true},
+ "testType": {"$ref": "simple_api.TestType", "optional": true},
"boolean": {"type": "boolean"}
}
},
« no previous file with comments | « tools/json_schema_compiler/schema_util_test.py ('k') | tools/json_schema_compiler/test/dependencyTester.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698