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

Side by Side Diff: content/browser/devtools/protocol_config.json

Issue 2574843003: [DevTools] Migrate target domain to new generator. (Closed)
Patch Set: rebased Created 4 years 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 "use_snake_file_names": true, 2 "use_snake_file_names": true,
3 "use_title_case_methods": true, 3 "use_title_case_methods": true,
4 4
5 "protocol": { 5 "protocol": {
6 "package": "content/browser/devtools/protocol", 6 "package": "content/browser/devtools/protocol",
7 "output": "protocol", 7 "output": "protocol",
8 "namespace": ["content", "protocol"], 8 "namespace": ["content", "protocol"],
9 "export_macro": "CONTENT_EXPORT", 9 "export_macro": "CONTENT_EXPORT",
10 "export_header": "content/common/content_export.h", 10 "export_header": "content/common/content_export.h",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "domain": "ServiceWorker" 55 "domain": "ServiceWorker"
56 }, 56 },
57 { 57 {
58 "domain": "Storage" 58 "domain": "Storage"
59 }, 59 },
60 { 60 {
61 "domain": "SystemInfo", 61 "domain": "SystemInfo",
62 "async": ["getInfo"] 62 "async": ["getInfo"]
63 }, 63 },
64 { 64 {
65 "domain": "Target"
66 },
67 {
65 "domain": "Tethering", 68 "domain": "Tethering",
66 "async": ["bind", "unbind"] 69 "async": ["bind", "unbind"]
67 }, 70 },
68 { 71 {
69 "domain": "Tracing", 72 "domain": "Tracing",
70 "async": ["start", "end", "getCategories", "requestMemoryDump"] 73 "async": ["start", "end", "getCategories", "requestMemoryDump"]
71 } 74 }
72 ] 75 ]
73 }, 76 },
74 77
75 "lib": { 78 "lib": {
76 "package": "content/browser/devtools/protocol", 79 "package": "content/browser/devtools/protocol",
77 "output": "protocol", 80 "output": "protocol",
78 "string_header": "content/browser/devtools/protocol_string.h", 81 "string_header": "content/browser/devtools/protocol_string.h",
79 "export_macro": "CONTENT_EXPORT", 82 "export_macro": "CONTENT_EXPORT",
80 "export_header": "content/common/content_export.h" 83 "export_header": "content/common/content_export.h"
81 } 84 }
82 } 85 }
OLDNEW
« no previous file with comments | « content/browser/devtools/protocol/target_handler.cc ('k') | content/browser/devtools/render_frame_devtools_agent_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698