Index: third_party/WebKit/Source/platform/blink_platform.gypi |
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi |
index d080b17142bdf88a34b130c41b4ee285e8b39d13..e70591210f9841bab8f7a89140c9f847a7ea84ab 100644 |
--- a/third_party/WebKit/Source/platform/blink_platform.gypi |
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi |
@@ -139,6 +139,12 @@ |
'UserGestureIndicator.h', |
'WaitableEvent.cpp', |
'WaitableEvent.h', |
+ 'WebMemoryAllocatorDumpImpl.cpp', |
+ 'WebMemoryAllocatorDumpImpl.h', |
+ 'WebMemoryDumpProviderAdapter.cpp', |
+ 'WebMemoryDumpProviderAdapter.h', |
+ 'WebProcessMemoryDumpImpl.cpp', |
+ 'WebProcessMemoryDumpImpl.h', |
'WebScheduler.cpp', |
'WebTaskRunner.cpp', |
'WebThreadSupportingGC.cpp', |
@@ -1097,6 +1103,7 @@ |
'TracedValueTest.cpp', |
'UserGestureIndicatorTest.cpp', |
'UUIDTest.cpp', |
+ 'WebProcessMemoryDumpImplTest.cpp', |
'WebScreenInfoTest.cpp', |
'WebVectorTest.cpp', |
'animation/TimingFunctionTest.cpp', |