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

Unified Diff: third_party/WebKit/Source/core/probe/CoreProbes.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
Index: third_party/WebKit/Source/core/probe/CoreProbes.json5
diff --git a/third_party/WebKit/Source/core/probe/CoreProbes.json5 b/third_party/WebKit/Source/core/probe/CoreProbes.json5
index be52b4b025928fe8b45659844f662914bf6e09d1..af8256fd0f606ac7564898015554cd01799146cc 100644
--- a/third_party/WebKit/Source/core/probe/CoreProbes.json5
+++ b/third_party/WebKit/Source/core/probe/CoreProbes.json5
@@ -1,8 +1,14 @@
{
settings: {
export_symbol: "CORE_EXPORT",
- default_include: "core/inspector",
- probes_header: "core/probe/CoreProbes.h"
+ include_path: "core/inspector",
+ includes: [
+ "core/animation/Animation.h",
+ "core/dom/CharacterData.h",
+ "core/dom/PseudoElement.h",
+ "core/html/HTMLSlotElement.h",
+ "core/probe/CoreProbes.h",
+ ],
},
observers: {
Animation: {
@@ -140,7 +146,7 @@
},
Performance: {
class: "PerformanceMonitor",
- include: "core/frame",
+ include_path: "core/frame",
probes: [
"CallFunction",
"documentWriteFetchScript",

Powered by Google App Engine
This is Rietveld 408576698