| 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 bf175efa003662c2c2a214b8e05d8d94d1ea9ad0..c7ff8bcee38d1e7ad3c04053e15b91055017d325 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -137,6 +137,12 @@
|
| 'UUID.h',
|
| 'UserGestureIndicator.cpp',
|
| 'UserGestureIndicator.h',
|
| + 'WebMemoryAllocatorDumpImpl.cpp',
|
| + 'WebMemoryAllocatorDumpImpl.h',
|
| + 'WebMemoryDumpProviderAdapter.cpp',
|
| + 'WebMemoryDumpProviderAdapter.h',
|
| + 'WebProcessMemoryDumpImpl.cpp',
|
| + 'WebProcessMemoryDumpImpl.h',
|
| 'WebScheduler.cpp',
|
| 'WebTaskRunner.cpp',
|
| 'WebThreadSupportingGC.cpp',
|
| @@ -1012,6 +1018,7 @@
|
| 'TimerTest.cpp',
|
| 'TracedValueTest.cpp',
|
| 'UUIDTest.cpp',
|
| + 'WebProcessMemoryDumpImplTest.cpp',
|
| 'WebScreenInfoTest.cpp',
|
| 'WebVectorTest.cpp',
|
| 'animation/TimingFunctionTest.cpp',
|
|
|