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

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: Back out non-Oilpan experiment + tidy up by adding frame() ref accessors 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 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 'frame/PlatformEventDispatcher.h', 1174 'frame/PlatformEventDispatcher.h',
1175 'frame/Frame.cpp', 1175 'frame/Frame.cpp',
1176 'frame/Frame.h', 1176 'frame/Frame.h',
1177 'frame/FrameConsole.cpp', 1177 'frame/FrameConsole.cpp',
1178 'frame/FrameDestructionObserver.cpp', 1178 'frame/FrameDestructionObserver.cpp',
1179 'frame/FrameDestructionObserver.h', 1179 'frame/FrameDestructionObserver.h',
1180 'frame/FrameHost.cpp', 1180 'frame/FrameHost.cpp',
1181 'frame/FrameHost.h', 1181 'frame/FrameHost.h',
1182 'frame/FrameOwner.h', 1182 'frame/FrameOwner.h',
1183 'frame/FrameView.cpp', 1183 'frame/FrameView.cpp',
1184 'frame/FrameView.h',
1184 'frame/FrameViewAutoSizeInfo.cpp', 1185 'frame/FrameViewAutoSizeInfo.cpp',
1185 'frame/History.cpp', 1186 'frame/History.cpp',
1186 'frame/History.h', 1187 'frame/History.h',
1187 'frame/ImageBitmap.cpp', 1188 'frame/ImageBitmap.cpp',
1188 'frame/ImageBitmap.h', 1189 'frame/ImageBitmap.h',
1189 'frame/LocalDOMWindow.h', 1190 'frame/LocalDOMWindow.h',
1190 'frame/LocalDOMWindow.cpp', 1191 'frame/LocalDOMWindow.cpp',
1191 'frame/LocalFrame.cpp', 1192 'frame/LocalFrame.cpp',
1192 'frame/LocalFrame.h', 1193 'frame/LocalFrame.h',
1193 'frame/Location.cpp', 1194 'frame/Location.cpp',
(...skipping 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after
3524 'rendering/shapes/BoxShapeTest.cpp', 3525 'rendering/shapes/BoxShapeTest.cpp',
3525 'rendering/style/OutlineValueTest.cpp', 3526 'rendering/style/OutlineValueTest.cpp',
3526 'testing/PrivateScriptTestTest.cpp', 3527 'testing/PrivateScriptTestTest.cpp',
3527 'streams/ReadableStreamTest.cpp', 3528 'streams/ReadableStreamTest.cpp',
3528 'testing/UnitTestHelpers.cpp', 3529 'testing/UnitTestHelpers.cpp',
3529 'testing/UnitTestHelpers.h', 3530 'testing/UnitTestHelpers.h',
3530 'xml/parser/SharedBufferReaderTest.cpp', 3531 'xml/parser/SharedBufferReaderTest.cpp',
3531 ], 3532 ],
3532 } 3533 }
3533 } 3534 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698