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

Unified Diff: Source/core/core.gypi

Issue 16896019: Replace RenderArena with PartitionAlloc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index faa99d5e5ca0050be22e7252123cfc779378848d..19bbf3a52d454c674be1f7f85130ee0aeb778e91 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1302,8 +1302,6 @@
'rendering/PointerEventsHitRules.h',
'rendering/RenderApplet.cpp',
'rendering/RenderApplet.h',
- 'rendering/RenderArena.cpp',
- 'rendering/RenderArena.h',
'rendering/RenderBR.cpp',
'rendering/RenderBlock.cpp',
'rendering/RenderBlockLineLayout.cpp',
@@ -2446,8 +2444,6 @@
'html/track/WebVTTTokenizer.h',
],
'webcore_platform_files': [
- 'platform/Arena.cpp',
- 'platform/Arena.h',
'platform/AsyncFileSystem.h',
'platform/AsyncFileSystemCallbacks.h',
'platform/CalculationValue.cpp',
@@ -2484,6 +2480,8 @@
'platform/MIMETypeFromURL.cpp',
'platform/MIMETypeFromURL.h',
'platform/NotImplemented.cpp',
+ 'platform/Partitions.cpp',
+ 'platform/Partitions.h',
'platform/Pasteboard.h',
'platform/PlatformEvent.cpp',
'platform/PlatformEvent.h',

Powered by Google App Engine
This is Rietveld 408576698