| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index a7d619ec9981f6be5d33243751cacdc3b3118f04..7b6073268438c6ae4a5c026661984c4d35bb59c0 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1247,6 +1247,7 @@
|
| 'inspector/InspectorConsoleAgent.h',
|
| 'inspector/InspectorConsoleInstrumentation.h',
|
| 'inspector/InspectorController.cpp',
|
| + 'inspector/InspectorController.h',
|
| 'inspector/InspectorCounters.cpp',
|
| 'inspector/InspectorCounters.h',
|
| 'inspector/InspectorDOMAgent.cpp',
|
| @@ -1285,6 +1286,8 @@
|
| 'inspector/InspectorProfilerAgent.h',
|
| 'inspector/InspectorResourceAgent.cpp',
|
| 'inspector/InspectorResourceAgent.h',
|
| + 'inspector/InspectorResourceContentLoader.cpp',
|
| + 'inspector/InspectorResourceContentLoader.h',
|
| 'inspector/InspectorRuntimeAgent.cpp',
|
| 'inspector/InspectorRuntimeAgent.h',
|
| 'inspector/InspectorState.cpp',
|
|
|