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

Side by Side Diff: third_party/chrome/tools/json_schema_compiler/test/tabs.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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "namespace": "tabs", 3 "namespace": "tabs",
4 "types": [ 4 "types": [
5 { 5 {
6 "id": "Tab", 6 "id": "Tab",
7 "type": "object", 7 "type": "object",
8 "properties": { 8 "properties": {
9 "id": {"type": "integer", "minimum": 0, "description": "The ID of the tab. Tab IDs are unique within a browser session."}, 9 "id": {"type": "integer", "minimum": 0, "description": "The ID of the tab. Tab IDs are unique within a browser session."},
10 "index": {"type": "integer", "minimum": 0, "description": "The zero-ba sed index of the tab within its window."}, 10 "index": {"type": "integer", "minimum": 0, "description": "The zero-ba sed index of the tab within its window."},
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 "name": "removeInfo", 760 "name": "removeInfo",
761 "properties": { 761 "properties": {
762 "isWindowClosing": {"type": "boolean", "description": "True when t he tab is being closed because its window is being closed." } 762 "isWindowClosing": {"type": "boolean", "description": "True when t he tab is being closed because its window is being closed." }
763 } 763 }
764 } 764 }
765 ] 765 ]
766 } 766 }
767 ] 767 ]
768 } 768 }
769 ] 769 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698