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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/probe/CoreProbes.pidl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/probe/PlatformProbes.json5
diff --git a/third_party/WebKit/Source/platform/probe/PlatformProbes.json5 b/third_party/WebKit/Source/platform/probe/PlatformProbes.json5
index 47e4e3df6b4d2ba83634d478fe68db50109d7f48..359cd0016f3db8cb213d5420f87666e6ab1b7ec0 100644
--- a/third_party/WebKit/Source/platform/probe/PlatformProbes.json5
+++ b/third_party/WebKit/Source/platform/probe/PlatformProbes.json5
@@ -1,8 +1,10 @@
{
settings: {
export_symbol: "PLATFORM_EXPORT",
- default_include: "platform/probe",
- probes_header: "platform/probe/PlatformProbes.h"
+ include_path: "platform/probe",
+ includes: [
+ "platform/probe/PlatformProbes.h",
+ ]
},
observers: {
PlatformTraceEvents: {
« 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