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

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

Issue 2790973002: [instrumentation] Introduce JSON5 config files for probe generator. (Closed)
Patch Set: add missing config files 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
OLDNEW
(Empty)
1 {
2 settings: {
3 export_symbol: "PLATFORM_EXPORT",
4 default_include: "platform/probe"
5 },
6 observers: {
7 PlatformTraceEvents: {
8 class: "PlatformTraceEventsAgent"
9 }
10 }
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698