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

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

Issue 1738843002: Refactoring: Unify WebMemoryAllocatorDump and WebMemoryAllocatorDumpImpl Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use WTF_MAKE_NONCOPYABLE 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 76f22fc3d64d697c33ce20d6b28e4bf48ec58a1d..ac91227bf504ad9fa47e1046b9b0c51c022834d2 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -338,7 +338,6 @@
'exported/WebMediaStreamSource.cpp',
'exported/WebMediaStreamTrack.cpp',
'exported/WebMediaStreamTrackSourcesRequest.cpp',
- 'exported/WebMemoryAllocatorDump.cpp',
'exported/WebMemoryDumpProvider.cpp',
'exported/WebMessagePortChannelClient.cpp',
'exported/WebPasswordCredential.cpp',
@@ -392,6 +391,7 @@
'exported/WrappedResourceResponse.h',
'exported/linux/WebFontInfo.cpp',
'exported/linux/WebFontRenderStyle.cpp',
+ 'exported/web_memory_allocator_dump.cc',
'fonts/AcceptLanguagesResolver.cpp',
'fonts/AcceptLanguagesResolver.h',
'fonts/AlternateFontFamily.h',
@@ -1073,8 +1073,6 @@
'v8_inspector/public/V8ProfilerAgent.h',
'v8_inspector/public/V8RuntimeAgent.h',
'v8_inspector/public/V8StackTrace.h',
- 'web_memory_allocator_dump_impl.cc',
- 'web_memory_allocator_dump_impl.h',
'web_memory_dump_provider_adapter.cc',
'web_memory_dump_provider_adapter.h',
'web_process_memory_dump_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698