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

Side by Side Diff: Source/core/core.gypi

Issue 115293005: Add a layer of indirection between Frame and Page (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make GCC happy Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/frame/DOMWindow.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 'page/DOMWindowPagePopup.h', 1248 'page/DOMWindowPagePopup.h',
1249 'frame/DOMWindowProperty.cpp', 1249 'frame/DOMWindowProperty.cpp',
1250 'frame/DOMWindowProperty.h', 1250 'frame/DOMWindowProperty.h',
1251 'page/DragController.cpp', 1251 'page/DragController.cpp',
1252 'page/DragData.cpp', 1252 'page/DragData.cpp',
1253 'page/EventHandler.cpp', 1253 'page/EventHandler.cpp',
1254 'page/EventSource.cpp', 1254 'page/EventSource.cpp',
1255 'page/EventSource.h', 1255 'page/EventSource.h',
1256 'page/FocusController.cpp', 1256 'page/FocusController.cpp',
1257 'frame/Frame.cpp', 1257 'frame/Frame.cpp',
1258 'frame/Frame.h',
1259 'frame/FrameHost.cpp',
1260 'frame/FrameHost.h',
1258 'frame/FrameDestructionObserver.cpp', 1261 'frame/FrameDestructionObserver.cpp',
1259 'frame/FrameDestructionObserver.h', 1262 'frame/FrameDestructionObserver.h',
1260 'page/FrameTree.cpp', 1263 'page/FrameTree.cpp',
1261 'frame/FrameView.cpp', 1264 'frame/FrameView.cpp',
1262 'frame/GraphicsLayerDebugInfo.cpp', 1265 'frame/GraphicsLayerDebugInfo.cpp',
1263 'frame/History.cpp', 1266 'frame/History.cpp',
1264 'frame/History.h', 1267 'frame/History.h',
1265 'frame/ImageBitmap.cpp', 1268 'frame/ImageBitmap.cpp',
1266 'frame/ImageBitmap.h', 1269 'frame/ImageBitmap.h',
1267 'frame/Location.cpp', 1270 'frame/Location.cpp',
(...skipping 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after
3252 'platform/animation/TimingFunctionTestHelper.h', 3255 'platform/animation/TimingFunctionTestHelper.h',
3253 'platform/animation/TimingFunctionTestHelper.cpp', 3256 'platform/animation/TimingFunctionTestHelper.cpp',
3254 'platform/animation/TimingFunctionTestHelperTest.cpp', 3257 'platform/animation/TimingFunctionTestHelperTest.cpp',
3255 'rendering/RenderOverflowTest.cpp', 3258 'rendering/RenderOverflowTest.cpp',
3256 'rendering/shapes/BoxShapeTest.cpp', 3259 'rendering/shapes/BoxShapeTest.cpp',
3257 'testing/UnitTestHelpers.h', 3260 'testing/UnitTestHelpers.h',
3258 'testing/UnitTestHelpers.cpp', 3261 'testing/UnitTestHelpers.cpp',
3259 ], 3262 ],
3260 } 3263 }
3261 } 3264 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/DOMWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698