| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index 373aee188f55f81e2f6ed82f52169d047791f449..4b078f57b5dc7427a11226780b3044b99564f21d 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -1821,6 +1821,8 @@
|
| 'imagebitmap/ImageBitmapSource.h',
|
| 'inspector/ConsoleMessage.cpp',
|
| 'inspector/ConsoleMessage.h',
|
| + 'inspector/ConsoleMessageStorage.cpp',
|
| + 'inspector/ConsoleMessageStorage.h',
|
| 'inspector/ConsoleTypes.h',
|
| 'inspector/DOMEditor.cpp',
|
| 'inspector/DOMEditor.h',
|
| @@ -1853,6 +1855,8 @@
|
| 'inspector/InspectorInstrumentationCustomInl.h',
|
| 'inspector/InspectorLayerTreeAgent.cpp',
|
| 'inspector/InspectorLayerTreeAgent.h',
|
| + 'inspector/InspectorLogAgent.cpp',
|
| + 'inspector/InspectorLogAgent.h',
|
| 'inspector/InspectorMemoryAgent.cpp',
|
| 'inspector/InspectorMemoryAgent.h',
|
| 'inspector/InspectorNetworkAgent.cpp',
|
|
|