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

Unified Diff: third_party/chrome/tools/test/json_schema_test.json

Issue 12300042: Update idlsync.py to pull in dependencies required for chrome api generation. (Closed) Base URL: git://github.com/dart-lang/bleeding_edge.git@master
Patch Set: From another checkout Created 7 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
« no previous file with comments | « third_party/chrome/tools/test/idl_reserved_words.idl ('k') | third_party/chrome/tools/test/objects.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/chrome/tools/test/json_schema_test.json
diff --git a/third_party/chrome/tools/test/json_schema_test.json b/third_party/chrome/tools/test/json_schema_test.json
deleted file mode 100644
index 0ac91316dc5de02d1289fb4f35e9d87613873842..0000000000000000000000000000000000000000
--- a/third_party/chrome/tools/test/json_schema_test.json
+++ /dev/null
@@ -1,101 +0,0 @@
-[
- {
- "namespace": "compile",
- "functions": [],
- "types": {}
- },
-
- {
- "namespace": "nocompile",
- "nocompile": true,
- "functions": [],
- "types": {}
- },
-
- {
- "namespace": "functions",
- "functions": [
- {
- "id": "one",
- "nocompile": true
- },
- {
- "id": "two"
- },
- {
- "id": "three",
- "nocompile": true
- },
- {
- "id": "four"
- }
- ],
-
- "types": {
- "one": { "key": "value" }
- }
- },
-
- {
- "namespace": "types",
- "functions": [
- { "id": "one" }
- ],
- "types": {
- "one": {
- "key": "value",
- "nocompile": true
- },
- "two": {
- "key": "value"
- },
- "three": {
- "key": "value",
- "nocompile": true
- },
- "four": {
- "key": "value"
- }
- }
- },
-
- {
- "namespace": "nested",
- "properties": {
- "sync": {
- "functions": [
- {
- "id": "one",
- "nocompile": true
- },
- {
- "id": "two"
- },
- {
- "id": "three",
- "nocompile": true
- },
- {
- "id": "four"
- }
- ],
- "types": {
- "one": {
- "key": "value",
- "nocompile": true
- },
- "two": {
- "key": "value"
- },
- "three": {
- "key": "value",
- "nocompile": true
- },
- "four": {
- "key": "value"
- }
- }
- }
- }
- }
-]
« no previous file with comments | « third_party/chrome/tools/test/idl_reserved_words.idl ('k') | third_party/chrome/tools/test/objects.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698