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

Unified Diff: Source/core/core.gypi

Issue 20231002: Replace RenderArena with PartitionAlloc (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years, 5 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 | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 6dd3ba482ae9ef886e434edf6042aec971a00fe8..d25a5f5b0cfc23c5641660be3406b896fe452494 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1319,8 +1319,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',
@@ -1480,7 +1478,6 @@
'rendering/RenderVideo.h',
'rendering/RenderView.cpp',
'rendering/RenderWidget.cpp',
- 'rendering/RenderWidgetProtector.h',
'rendering/RenderWordBreak.cpp',
'rendering/RenderWordBreak.h',
'rendering/RootInlineBox.cpp',
@@ -2516,8 +2513,6 @@
'html/track/WebVTTTokenizer.h',
],
'webcore_platform_files': [
- 'platform/Arena.cpp',
- 'platform/Arena.h',
'platform/AsyncFileSystem.h',
'platform/AsyncFileSystemCallbacks.h',
'platform/CalculationValue.cpp',
« no previous file with comments | « no previous file | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698