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

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

Issue 2005593002: Initial ResizeObserver implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'html/track/TextTrackCueList.idl', 250 'html/track/TextTrackCueList.idl',
251 'html/track/TextTrackList.idl', 251 'html/track/TextTrackList.idl',
252 'html/track/TrackEvent.idl', 252 'html/track/TrackEvent.idl',
253 'html/track/VideoTrackList.idl', 253 'html/track/VideoTrackList.idl',
254 'html/track/vtt/VTTCue.idl', 254 'html/track/vtt/VTTCue.idl',
255 'html/track/vtt/VTTRegion.idl', 255 'html/track/vtt/VTTRegion.idl',
256 'html/track/vtt/VTTRegionList.idl', 256 'html/track/vtt/VTTRegionList.idl',
257 'input/InputDeviceCapabilities.idl', 257 'input/InputDeviceCapabilities.idl',
258 'inspector/InspectorOverlayHost.idl', 258 'inspector/InspectorOverlayHost.idl',
259 'loader/appcache/ApplicationCache.idl', 259 'loader/appcache/ApplicationCache.idl',
260 'observer/ResizeObserver.idl',
261 'observer/ResizeObserverCallback.idl',
262 'observer/ResizeObserverEntry.idl',
260 'page/EventSource.idl', 263 'page/EventSource.idl',
261 'page/PagePopupController.idl', 264 'page/PagePopupController.idl',
262 'page/scrolling/ScrollState.idl', 265 'page/scrolling/ScrollState.idl',
263 'page/scrolling/ScrollStateCallback.idl', 266 'page/scrolling/ScrollStateCallback.idl',
264 'streams/ReadableByteStream.idl', 267 'streams/ReadableByteStream.idl',
265 'streams/ReadableByteStreamReader.idl', 268 'streams/ReadableByteStreamReader.idl',
266 'streams/ReadableStreamReader.idl', 269 'streams/ReadableStreamReader.idl',
267 'streams/Stream.idl', 270 'streams/Stream.idl',
268 'streams/UnderlyingSourceBase.idl', 271 'streams/UnderlyingSourceBase.idl',
269 'svg/SVGAElement.idl', 272 'svg/SVGAElement.idl',
(...skipping 2520 matching lines...) Expand 10 before | Expand all | Expand 10 after
2790 'input/EventHandler.cpp', 2793 'input/EventHandler.cpp',
2791 'input/EventHandler.h', 2794 'input/EventHandler.h',
2792 'input/InputDeviceCapabilities.cpp', 2795 'input/InputDeviceCapabilities.cpp',
2793 'input/InputDeviceCapabilities.h', 2796 'input/InputDeviceCapabilities.h',
2794 'input/PointerEventManager.cpp', 2797 'input/PointerEventManager.cpp',
2795 'input/PointerEventManager.h', 2798 'input/PointerEventManager.h',
2796 'input/TouchActionUtil.cpp', 2799 'input/TouchActionUtil.cpp',
2797 'input/TouchActionUtil.h', 2800 'input/TouchActionUtil.h',
2798 'input/TouchEventManager.cpp', 2801 'input/TouchEventManager.cpp',
2799 'input/TouchEventManager.h', 2802 'input/TouchEventManager.h',
2803 'observer/ResizeObservation.h',
2804 'observer/ResizeObservation.cpp',
2805 'observer/ResizeObserver.h',
2806 'observer/ResizeObserver.cpp',
2807 'observer/ResizeObserverCallback.h',
2808 'observer/ResizeObserverController.h',
2809 'observer/ResizeObserverController.cpp',
2810 'observer/ResizeObserverEntry.h',
2811 'observer/ResizeObserverEntry.cpp',
2800 ], 2812 ],
2801 'webcore_html_files': [ 2813 'webcore_html_files': [
2802 'html/AutoplayExperimentHelper.cpp', 2814 'html/AutoplayExperimentHelper.cpp',
2803 'html/AutoplayExperimentHelper.h', 2815 'html/AutoplayExperimentHelper.h',
2804 'html/ClassList.cpp', 2816 'html/ClassList.cpp',
2805 'html/ClassList.h', 2817 'html/ClassList.h',
2806 'html/CrossOriginAttribute.cpp', 2818 'html/CrossOriginAttribute.cpp',
2807 'html/CrossOriginAttribute.h', 2819 'html/CrossOriginAttribute.h',
2808 'html/DocumentNameCollection.cpp', 2820 'html/DocumentNameCollection.cpp',
2809 'html/DocumentNameCollection.h', 2821 'html/DocumentNameCollection.h',
(...skipping 1321 matching lines...) Expand 10 before | Expand all | Expand 10 after
4131 'testing/PrivateScriptTestTest.cpp', 4143 'testing/PrivateScriptTestTest.cpp',
4132 'timing/MemoryInfoTest.cpp', 4144 'timing/MemoryInfoTest.cpp',
4133 'timing/PerformanceBaseTest.cpp', 4145 'timing/PerformanceBaseTest.cpp',
4134 'timing/PerformanceObserverTest.cpp', 4146 'timing/PerformanceObserverTest.cpp',
4135 'workers/WorkerThreadTest.cpp', 4147 'workers/WorkerThreadTest.cpp',
4136 'workers/WorkerThreadTestHelper.h', 4148 'workers/WorkerThreadTestHelper.h',
4137 'xml/parser/SharedBufferReaderTest.cpp', 4149 'xml/parser/SharedBufferReaderTest.cpp',
4138 ], 4150 ],
4139 } 4151 }
4140 } 4152 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | third_party/WebKit/Source/core/dom/Document.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698