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

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

Issue 2134063002: Remove DOMWindowLifecycleObserver (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/DOMWindowLifecycleNotifier.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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1713 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 'frame/DOMTimer.h', 1724 'frame/DOMTimer.h',
1725 'frame/DOMTimerCoordinator.cpp', 1725 'frame/DOMTimerCoordinator.cpp',
1726 'frame/DOMTimerCoordinator.h', 1726 'frame/DOMTimerCoordinator.h',
1727 'frame/DOMVisualViewport.cpp', 1727 'frame/DOMVisualViewport.cpp',
1728 'frame/DOMVisualViewport.h', 1728 'frame/DOMVisualViewport.h',
1729 'frame/DOMWindow.cpp', 1729 'frame/DOMWindow.cpp',
1730 'frame/DOMWindow.h', 1730 'frame/DOMWindow.h',
1731 'frame/DOMWindowBase64.cpp', 1731 'frame/DOMWindowBase64.cpp',
1732 'frame/DOMWindowBase64.h', 1732 'frame/DOMWindowBase64.h',
1733 'frame/DOMWindowEventHandlers.h', 1733 'frame/DOMWindowEventHandlers.h',
1734 'frame/DOMWindowLifecycleNotifier.cpp',
1735 'frame/DOMWindowLifecycleNotifier.h',
1736 'frame/DOMWindowLifecycleObserver.h',
1737 'frame/DOMWindowProperty.cpp', 1734 'frame/DOMWindowProperty.cpp',
1738 'frame/DOMWindowProperty.h', 1735 'frame/DOMWindowProperty.h',
1739 'frame/DOMWindowTimers.cpp', 1736 'frame/DOMWindowTimers.cpp',
1740 'frame/DOMWindowTimers.h', 1737 'frame/DOMWindowTimers.h',
1741 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', 1738 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp',
1742 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', 1739 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
1743 'frame/Deprecation.cpp', 1740 'frame/Deprecation.cpp',
1744 'frame/Deprecation.h', 1741 'frame/Deprecation.h',
1745 'frame/DeviceSingleWindowEventController.cpp', 1742 'frame/DeviceSingleWindowEventController.cpp',
1746 'frame/DeviceSingleWindowEventController.h', 1743 'frame/DeviceSingleWindowEventController.h',
(...skipping 2458 matching lines...) Expand 10 before | Expand all | Expand 10 after
4205 'testing/PrivateScriptTestTest.cpp', 4202 'testing/PrivateScriptTestTest.cpp',
4206 'timing/MemoryInfoTest.cpp', 4203 'timing/MemoryInfoTest.cpp',
4207 'timing/PerformanceBaseTest.cpp', 4204 'timing/PerformanceBaseTest.cpp',
4208 'timing/PerformanceObserverTest.cpp', 4205 'timing/PerformanceObserverTest.cpp',
4209 'workers/WorkerThreadTest.cpp', 4206 'workers/WorkerThreadTest.cpp',
4210 'workers/WorkerThreadTestHelper.h', 4207 'workers/WorkerThreadTestHelper.h',
4211 'xml/parser/SharedBufferReaderTest.cpp', 4208 'xml/parser/SharedBufferReaderTest.cpp',
4212 ], 4209 ],
4213 } 4210 }
4214 } 4211 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/DOMWindowLifecycleNotifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698