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

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

Issue 1026253002: Rename FrameDestructionObserver to LocalFrameLifecycleObserver. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/editing/Editor.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 '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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after
1468 'frame/DOMWindowTimers.h', 1468 'frame/DOMWindowTimers.h',
1469 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', 1469 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp',
1470 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', 1470 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
1471 'frame/DeviceSingleWindowEventController.cpp', 1471 'frame/DeviceSingleWindowEventController.cpp',
1472 'frame/DeviceSingleWindowEventController.h', 1472 'frame/DeviceSingleWindowEventController.h',
1473 'frame/EventHandlerRegistry.cpp', 1473 'frame/EventHandlerRegistry.cpp',
1474 'frame/EventHandlerRegistry.h', 1474 'frame/EventHandlerRegistry.h',
1475 'frame/Frame.cpp', 1475 'frame/Frame.cpp',
1476 'frame/Frame.h', 1476 'frame/Frame.h',
1477 'frame/FrameConsole.cpp', 1477 'frame/FrameConsole.cpp',
1478 'frame/FrameDestructionObserver.h',
1479 'frame/FrameHost.cpp', 1478 'frame/FrameHost.cpp',
1480 'frame/FrameHost.h', 1479 'frame/FrameHost.h',
1481 'frame/FrameOwner.h', 1480 'frame/FrameOwner.h',
1482 'frame/FrameView.cpp', 1481 'frame/FrameView.cpp',
1483 'frame/FrameView.h', 1482 'frame/FrameView.h',
1484 'frame/FrameViewAutoSizeInfo.cpp', 1483 'frame/FrameViewAutoSizeInfo.cpp',
1485 'frame/History.cpp', 1484 'frame/History.cpp',
1486 'frame/History.h', 1485 'frame/History.h',
1487 'frame/ImageBitmap.cpp', 1486 'frame/ImageBitmap.cpp',
1488 'frame/ImageBitmap.h', 1487 'frame/ImageBitmap.h',
1489 'frame/LocalDOMWindow.cpp', 1488 'frame/LocalDOMWindow.cpp',
1490 'frame/LocalDOMWindow.h', 1489 'frame/LocalDOMWindow.h',
1491 'frame/LocalFrame.cpp', 1490 'frame/LocalFrame.cpp',
1492 'frame/LocalFrame.h', 1491 'frame/LocalFrame.h',
1493 'frame/LocalFrameLifecycleNotifier.cpp', 1492 'frame/LocalFrameLifecycleNotifier.cpp',
1494 'frame/LocalFrameLifecycleNotifier.h', 1493 'frame/LocalFrameLifecycleNotifier.h',
1494 'frame/LocalFrameLifecycleObserver.h',
1495 'frame/Location.cpp', 1495 'frame/Location.cpp',
1496 'frame/Location.h', 1496 'frame/Location.h',
1497 'frame/Navigator.cpp', 1497 'frame/Navigator.cpp',
1498 'frame/Navigator.h', 1498 'frame/Navigator.h',
1499 'frame/NavigatorCPU.cpp', 1499 'frame/NavigatorCPU.cpp',
1500 'frame/NavigatorCPU.h', 1500 'frame/NavigatorCPU.h',
1501 'frame/NavigatorID.cpp', 1501 'frame/NavigatorID.cpp',
1502 'frame/NavigatorID.h', 1502 'frame/NavigatorID.h',
1503 'frame/NavigatorLanguage.cpp', 1503 'frame/NavigatorLanguage.cpp',
1504 'frame/NavigatorLanguage.h', 1504 'frame/NavigatorLanguage.h',
(...skipping 2297 matching lines...) Expand 10 before | Expand all | Expand 10 after
3802 'paint/LayoutObjectDrawingRecorderTest.cpp', 3802 'paint/LayoutObjectDrawingRecorderTest.cpp',
3803 'paint/TextPainterTest.cpp', 3803 'paint/TextPainterTest.cpp',
3804 'paint/ViewDisplayListTest.cpp', 3804 'paint/ViewDisplayListTest.cpp',
3805 'streams/ReadableStreamReaderTest.cpp', 3805 'streams/ReadableStreamReaderTest.cpp',
3806 'streams/ReadableStreamTest.cpp', 3806 'streams/ReadableStreamTest.cpp',
3807 'testing/PrivateScriptTestTest.cpp', 3807 'testing/PrivateScriptTestTest.cpp',
3808 'xml/parser/SharedBufferReaderTest.cpp', 3808 'xml/parser/SharedBufferReaderTest.cpp',
3809 ], 3809 ],
3810 } 3810 }
3811 } 3811 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/Editor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698