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

Side by Side Diff: third_party/WebKit/Source/core/probe/CoreProbes.json5

Issue 2827543002: [instrumentation] Fix BUILD.gn dependencies for core/probe
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.h ('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: "CORE_EXPORT", 3 export_symbol: "CORE_EXPORT",
4 include_path: "core/inspector", 4 include_path: "core/inspector",
5 includes: [ 5 includes: [
6 "core/animation/Animation.h",
7 "core/dom/CharacterData.h",
8 "core/dom/PseudoElement.h",
9 "core/html/HTMLSlotElement.h",
10 "core/probe/CoreProbes.h", 6 "core/probe/CoreProbes.h",
11 ], 7 ],
12 }, 8 },
13 observers: { 9 observers: {
14 Animation: { 10 Animation: {
15 probes: [ 11 probes: [
16 "animationPlayStateChanged", 12 "animationPlayStateChanged",
17 "didClearDocumentOfWindowObject", 13 "didClearDocumentOfWindowObject",
18 "didCreateAnimation", 14 "didCreateAnimation",
19 ] 15 ]
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 }, 175 },
180 Worker: { 176 Worker: {
181 probes: [ 177 probes: [
182 "didStartWorker", 178 "didStartWorker",
183 "shouldWaitForDebuggerOnWorkerStart", 179 "shouldWaitForDebuggerOnWorkerStart",
184 "workerTerminated", 180 "workerTerminated",
185 ] 181 ]
186 }, 182 },
187 } 183 }
188 } 184 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/probe/CoreProbes.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698