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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 'frame/PlatformEventDispatcher.cpp', 1169 'frame/PlatformEventDispatcher.cpp',
1170 'frame/PlatformEventDispatcher.h', 1170 'frame/PlatformEventDispatcher.h',
1171 'frame/Frame.cpp', 1171 'frame/Frame.cpp',
1172 'frame/Frame.h', 1172 'frame/Frame.h',
1173 'frame/FrameConsole.cpp', 1173 'frame/FrameConsole.cpp',
1174 'frame/FrameDestructionObserver.cpp', 1174 'frame/FrameDestructionObserver.cpp',
1175 'frame/FrameDestructionObserver.h', 1175 'frame/FrameDestructionObserver.h',
1176 'frame/FrameHost.cpp', 1176 'frame/FrameHost.cpp',
1177 'frame/FrameHost.h', 1177 'frame/FrameHost.h',
1178 'frame/FrameOwner.h', 1178 'frame/FrameOwner.h',
1179 'frame/FrameProtector.cpp',
1180 'frame/FrameProtector.h',
1179 'frame/FrameView.cpp', 1181 'frame/FrameView.cpp',
1182 'frame/FrameView.h',
1180 'frame/FrameViewAutoSizeInfo.cpp', 1183 'frame/FrameViewAutoSizeInfo.cpp',
1181 'frame/History.cpp', 1184 'frame/History.cpp',
1182 'frame/History.h', 1185 'frame/History.h',
1183 'frame/ImageBitmap.cpp', 1186 'frame/ImageBitmap.cpp',
1184 'frame/ImageBitmap.h', 1187 'frame/ImageBitmap.h',
1185 'frame/LocalDOMWindow.h', 1188 'frame/LocalDOMWindow.h',
1186 'frame/LocalDOMWindow.cpp', 1189 'frame/LocalDOMWindow.cpp',
1187 'frame/LocalFrame.cpp', 1190 'frame/LocalFrame.cpp',
1188 'frame/LocalFrame.h', 1191 'frame/LocalFrame.h',
1189 'frame/Location.cpp', 1192 'frame/Location.cpp',
(...skipping 2312 matching lines...) Expand 10 before | Expand all | Expand 10 after
3502 'rendering/shapes/BoxShapeTest.cpp', 3505 'rendering/shapes/BoxShapeTest.cpp',
3503 'rendering/style/OutlineValueTest.cpp', 3506 'rendering/style/OutlineValueTest.cpp',
3504 'testing/PrivateScriptTestTest.cpp', 3507 'testing/PrivateScriptTestTest.cpp',
3505 'streams/ReadableStreamTest.cpp', 3508 'streams/ReadableStreamTest.cpp',
3506 'testing/UnitTestHelpers.cpp', 3509 'testing/UnitTestHelpers.cpp',
3507 'testing/UnitTestHelpers.h', 3510 'testing/UnitTestHelpers.h',
3508 'xml/parser/SharedBufferReaderTest.cpp', 3511 'xml/parser/SharedBufferReaderTest.cpp',
3509 ], 3512 ],
3510 } 3513 }
3511 } 3514 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698