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

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

Issue 2521153002: [DevTools] Move Inspector domains to new generator. (Closed)
Patch Set: Created 4 years, 1 month 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",
11 "options": [ 11 "options": [
12 { 12 {
13 "domain": "Inspector"
14 },
15 {
13 "domain": "IO", 16 "domain": "IO",
14 "async": ["read"] 17 "async": ["read"]
15 }, 18 },
16 { 19 {
17 "domain": "Memory", 20 "domain": "Memory",
18 "include": ["setPressureNotificationsSuppressed", "simulatePress ureNotification"] 21 "include": ["setPressureNotificationsSuppressed", "simulatePress ureNotification"]
19 }, 22 },
20 { 23 {
21 "domain": "SystemInfo", 24 "domain": "SystemInfo",
22 "async": ["getInfo"] 25 "async": ["getInfo"]
(...skipping 10 matching lines...) Expand all
33 }, 36 },
34 37
35 "lib": { 38 "lib": {
36 "package": "content/browser/devtools/protocol", 39 "package": "content/browser/devtools/protocol",
37 "output": "protocol", 40 "output": "protocol",
38 "string_header": "content/browser/devtools/protocol_string.h", 41 "string_header": "content/browser/devtools/protocol_string.h",
39 "export_macro": "CONTENT_EXPORT", 42 "export_macro": "CONTENT_EXPORT",
40 "export_header": "content/common/content_export.h" 43 "export_header": "content/common/content_export.h"
41 } 44 }
42 } 45 }
OLDNEW
« no previous file with comments | « content/browser/devtools/protocol/inspector_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