Chromium Code Reviews| Index: Source/core/core.gypi |
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
| index a6f884bb498eff9708308542a8397a54c5c0314a..e7d6b46a6c2d7f6b6bc33232a5ffa85ee34a8c98 100644 |
| --- a/Source/core/core.gypi |
| +++ b/Source/core/core.gypi |
| @@ -419,7 +419,7 @@ |
| 'svg/SVGViewElement.idl', |
| 'svg/SVGViewSpec.idl', |
| 'svg/SVGZoomEvent.idl', |
| - 'timing/MemoryInfo.idl', |
| + 'timing/MemoryInfo.idl', |
|
dsinclair
2015/02/24 16:18:43
nit: weird spacing.
|
| 'timing/Performance.idl', |
| 'timing/PerformanceEntry.idl', |
| 'timing/PerformanceMark.idl', |
| @@ -496,6 +496,7 @@ |
| 'svg/SVGTests.idl', |
| 'svg/SVGURIReference.idl', |
| 'svg/SVGZoomAndPan.idl', |
| + 'timing/ConsoleMemory.idl', |
| 'timing/WindowPerformance.idl', |
| 'workers/AbstractWorker.idl', |
| 'xml/DocumentXMLTreeViewer.idl', |
| @@ -1957,6 +1958,8 @@ |
| 'streams/Stream.cpp', |
| 'streams/Stream.h', |
| 'streams/UnderlyingSource.h', |
| + 'timing/ConsoleMemory.cpp', |
| + 'timing/ConsoleMemory.h', |
| 'timing/DOMWindowPerformance.cpp', |
| 'timing/DOMWindowPerformance.h', |
| 'timing/MemoryInfo.cpp', |