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

Unified Diff: Source/core/core.gypi

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase past r181245 conflict Created 6 years, 3 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 597258e22b7559786d220d011e3727a535714472..bb66e31340866739707a64ab747f21f58202384b 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1176,7 +1176,10 @@
'frame/FrameHost.cpp',
'frame/FrameHost.h',
'frame/FrameOwner.h',
+ 'frame/FrameProtector.cpp',
+ 'frame/FrameProtector.h',
'frame/FrameView.cpp',
+ 'frame/FrameView.h',
'frame/FrameViewAutoSizeInfo.cpp',
'frame/History.cpp',
'frame/History.h',

Powered by Google App Engine
This is Rietveld 408576698