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

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

Issue 2493063005: [DevTools] Use inspector_protocol generator in content/browser/devtools. (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
(Empty)
1 {
2 "use_snake_file_names": true,
3 "use_title_case_methods": true,
4
5 "protocol": {
6 "package": "content/browser/devtools/protocol",
7 "output": "protocol",
8 "namespace": ["content", "protocol"],
9 "export_macro": "CONTENT_EXPORT",
10 "export_header": "content/common/content_export.h",
11 "options": [
12 {
13 "domain": "Tracing",
14 "async": ["start", "end"]
15 }
16 ]
17 },
18
19 "lib": {
20 "package": "content/browser/devtools/protocol",
21 "output": "protocol",
22 "string_header": "content/browser/devtools/protocol_string.h",
23 "export_macro": "CONTENT_EXPORT",
24 "export_header": "content/common/content_export.h"
25 }
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698