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

Side by Side Diff: third_party/WebKit/Source/platform/probe/PlatformProbes.json5

Issue 2793423002: [instrumentation] Move "include" section from PIDL to JSON5 config (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/core/probe/CoreProbes.pidl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 settings: { 2 settings: {
3 export_symbol: "PLATFORM_EXPORT", 3 export_symbol: "PLATFORM_EXPORT",
4 default_include: "platform/probe", 4 include_path: "platform/probe",
5 probes_header: "platform/probe/PlatformProbes.h" 5 includes: [
6 "platform/probe/PlatformProbes.h",
7 ]
6 }, 8 },
7 observers: { 9 observers: {
8 PlatformTraceEvents: { 10 PlatformTraceEvents: {
9 class: "PlatformTraceEventsAgent", 11 class: "PlatformTraceEventsAgent",
10 probes: [ 12 probes: [
11 "PlatformSendRequest", 13 "PlatformSendRequest",
12 ] 14 ]
13 } 15 }
14 } 16 }
15 } 17 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/probe/CoreProbes.pidl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698