Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1660383002: Refactoring: Move some classes from content/child to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kinuko's review Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698