| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index faa8e7117944d84a6b4383ab60e719834ba04148..11266d866d5d64eef8e0db67b68712e4d17910eb 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1168,6 +1168,7 @@
|
| 'inspector/InspectorPageAgent.h',
|
| 'inspector/InspectorProfilerAgent.cpp',
|
| 'inspector/InspectorProfilerAgent.h',
|
| + 'inspector/InspectorPromiseInstrumentation.h',
|
| 'inspector/InspectorResourceAgent.cpp',
|
| 'inspector/InspectorResourceAgent.h',
|
| 'inspector/InspectorRuntimeAgent.cpp',
|
| @@ -1196,6 +1197,8 @@
|
| 'inspector/PageDebuggerAgent.h',
|
| 'inspector/PageRuntimeAgent.cpp',
|
| 'inspector/PageRuntimeAgent.h',
|
| + 'inspector/PromiseTracker.cpp',
|
| + 'inspector/PromiseTracker.h',
|
| 'inspector/ScriptArguments.cpp',
|
| 'inspector/ScriptArguments.h',
|
| 'inspector/ScriptCallFrame.cpp',
|
|
|