| 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 ce4e5277e52d90542d4ee889a3c9396ffed3aebe..0f31ad0482ffd9b48429afe462b5b21100b3cf0b 100644
 | 
| --- a/third_party/WebKit/Source/core/core.gypi
 | 
| +++ b/third_party/WebKit/Source/core/core.gypi
 | 
| @@ -2316,6 +2316,8 @@
 | 
|              'dom/DocumentOrderedList.h',
 | 
|              'dom/DocumentOrderedMap.cpp',
 | 
|              'dom/DocumentParser.cpp',
 | 
| +            'dom/DocumentStatisticsCollector.cpp',
 | 
| +            'dom/DocumentStatisticsCollector.h',
 | 
|              'dom/DocumentStyleSheetCollection.cpp',
 | 
|              'dom/DocumentStyleSheetCollection.h',
 | 
|              'dom/DocumentStyleSheetCollector.cpp',
 | 
| @@ -3798,6 +3800,7 @@
 | 
|              'dom/AttrTest.cpp',
 | 
|              'dom/CrossThreadTaskTest.cpp',
 | 
|              'dom/DOMImplementationTest.cpp',
 | 
| +            'dom/DocumentStatisticsCollectorTest.cpp',
 | 
|              'dom/DocumentTest.cpp',
 | 
|              'dom/MainThreadTaskRunnerTest.cpp',
 | 
|              'dom/NthIndexCacheTest.cpp',
 | 
| 
 |