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: third_party/WebKit/Source/platform/inspector_protocol/sample_config.json

Issue 2240663003: [DevTools] Introduce config file for inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2226863003
Patch Set: rebased Created 4 years, 4 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
(Empty)
1 {
2 "protocol": {
3 "path": "protocol/sample_protocol.json",
4 "package": "include/generated/files/like/this",
5 "output": "place/generated/files/here"
6 },
7
8 "import": {
9 "path": "../relative/path/imported_protocol.json",
10 "package": "include/imported/files/like/this"
11 },
12
13 "export": {
14 "package": "include/exported/files/like/this",
15 "output": "place/exported/files/here"
16 },
17
18 "string": {
19 "class_name": "String16"
20 },
21
22 "export_macro": "PLATFORM_EXPORT"
23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698