| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 4be9719a2a8b6f1109b02348a3a2595c4fe54bba..5b9adba047919b5713cd59fc9cb0d28e7e2a1299 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1181,6 +1181,7 @@
|
| 'inspector/InspectorPageAgent.h',
|
| 'inspector/InspectorProfilerAgent.cpp',
|
| 'inspector/InspectorProfilerAgent.h',
|
| + 'inspector/InspectorPromiseInstrumentation.h',
|
| 'inspector/InspectorResourceAgent.cpp',
|
| 'inspector/InspectorResourceAgent.h',
|
| 'inspector/InspectorRuntimeAgent.cpp',
|
| @@ -1209,6 +1210,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',
|
|
|