| OLD | NEW |
| 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 } |
| OLD | NEW |