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

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: Add PLATFORM_EXPORT; Address haraken'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
« no previous file with comments | « third_party/WebKit/Source/platform/DEPS ('k') | third_party/WebKit/Source/platform/exported/Platform.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3275e1cd0eae64456860aaed706b19bd4c55ef57..29dc3d139c7fb14897b2599c9c9e092c93ae65b8 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -1066,6 +1066,12 @@
'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',
+ 'web_process_memory_dump_impl.h',
'weborigin/DatabaseIdentifier.cpp',
'weborigin/DatabaseIdentifier.h',
'weborigin/KURL.cpp',
@@ -1176,6 +1182,7 @@
'transforms/TransformOperationsTest.cpp',
'transforms/TransformTestHelper.h',
'transforms/TransformationMatrixTest.cpp',
+ 'web_process_memory_dump_impl_test.cc',
'weborigin/DatabaseIdentifierTest.cpp',
'weborigin/KnownPortsTest.cpp',
'weborigin/KURLTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/platform/DEPS ('k') | third_party/WebKit/Source/platform/exported/Platform.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698