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

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

Issue 2142753002: Remove LocalFrameLifecycleObserver::willDetachFrameHost() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: temp Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp » ('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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1759 'frame/HostsUsingFeatures.cpp', 1759 'frame/HostsUsingFeatures.cpp',
1760 'frame/HostsUsingFeatures.h', 1760 'frame/HostsUsingFeatures.h',
1761 'frame/ImageBitmap.cpp', 1761 'frame/ImageBitmap.cpp',
1762 'frame/ImageBitmap.h', 1762 'frame/ImageBitmap.h',
1763 'frame/LayoutSubtreeRootList.cpp', 1763 'frame/LayoutSubtreeRootList.cpp',
1764 'frame/LayoutSubtreeRootList.h', 1764 'frame/LayoutSubtreeRootList.h',
1765 'frame/LocalDOMWindow.cpp', 1765 'frame/LocalDOMWindow.cpp',
1766 'frame/LocalDOMWindow.h', 1766 'frame/LocalDOMWindow.h',
1767 'frame/LocalFrame.cpp', 1767 'frame/LocalFrame.cpp',
1768 'frame/LocalFrame.h', 1768 'frame/LocalFrame.h',
1769 'frame/LocalFrameLifecycleNotifier.cpp',
1770 'frame/LocalFrameLifecycleNotifier.h', 1769 'frame/LocalFrameLifecycleNotifier.h',
1771 'frame/LocalFrameLifecycleObserver.h', 1770 'frame/LocalFrameLifecycleObserver.h',
1772 'frame/Location.cpp', 1771 'frame/Location.cpp',
1773 'frame/Location.h', 1772 'frame/Location.h',
1774 'frame/Navigator.cpp', 1773 'frame/Navigator.cpp',
1775 'frame/Navigator.h', 1774 'frame/Navigator.h',
1776 'frame/NavigatorCPU.cpp', 1775 'frame/NavigatorCPU.cpp',
1777 'frame/NavigatorCPU.h', 1776 'frame/NavigatorCPU.h',
1778 'frame/NavigatorID.cpp', 1777 'frame/NavigatorID.cpp',
1779 'frame/NavigatorID.h', 1778 'frame/NavigatorID.h',
(...skipping 2426 matching lines...) Expand 10 before | Expand all | Expand 10 after
4206 'testing/PrivateScriptTestTest.cpp', 4205 'testing/PrivateScriptTestTest.cpp',
4207 'timing/MemoryInfoTest.cpp', 4206 'timing/MemoryInfoTest.cpp',
4208 'timing/PerformanceBaseTest.cpp', 4207 'timing/PerformanceBaseTest.cpp',
4209 'timing/PerformanceObserverTest.cpp', 4208 'timing/PerformanceObserverTest.cpp',
4210 'workers/WorkerThreadTest.cpp', 4209 'workers/WorkerThreadTest.cpp',
4211 'workers/WorkerThreadTestHelper.h', 4210 'workers/WorkerThreadTestHelper.h',
4212 'xml/parser/SharedBufferReaderTest.cpp', 4211 'xml/parser/SharedBufferReaderTest.cpp',
4213 ], 4212 ],
4214 } 4213 }
4215 } 4214 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698