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

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

Issue 2159883003: ResizeObserver pt1: IDLs with stubs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR fixes 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
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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'html/track/TextTrackCueList.idl', 252 'html/track/TextTrackCueList.idl',
253 'html/track/TextTrackList.idl', 253 'html/track/TextTrackList.idl',
254 'html/track/TrackEvent.idl', 254 'html/track/TrackEvent.idl',
255 'html/track/VideoTrackList.idl', 255 'html/track/VideoTrackList.idl',
256 'html/track/vtt/VTTCue.idl', 256 'html/track/vtt/VTTCue.idl',
257 'html/track/vtt/VTTRegion.idl', 257 'html/track/vtt/VTTRegion.idl',
258 'html/track/vtt/VTTRegionList.idl', 258 'html/track/vtt/VTTRegionList.idl',
259 'input/InputDeviceCapabilities.idl', 259 'input/InputDeviceCapabilities.idl',
260 'inspector/InspectorOverlayHost.idl', 260 'inspector/InspectorOverlayHost.idl',
261 'loader/appcache/ApplicationCache.idl', 261 'loader/appcache/ApplicationCache.idl',
262 'observer/ResizeObserver.idl',
263 'observer/ResizeObserverCallback.idl',
264 'observer/ResizeObserverEntry.idl',
262 'page/EventSource.idl', 265 'page/EventSource.idl',
263 'page/PagePopupController.idl', 266 'page/PagePopupController.idl',
264 'page/scrolling/ScrollState.idl', 267 'page/scrolling/ScrollState.idl',
265 'page/scrolling/ScrollStateCallback.idl', 268 'page/scrolling/ScrollStateCallback.idl',
266 'streams/ReadableByteStream.idl', 269 'streams/ReadableByteStream.idl',
267 'streams/ReadableByteStreamReader.idl', 270 'streams/ReadableByteStreamReader.idl',
268 'streams/ReadableStreamReader.idl', 271 'streams/ReadableStreamReader.idl',
269 'streams/Stream.idl', 272 'streams/Stream.idl',
270 'streams/UnderlyingSourceBase.idl', 273 'streams/UnderlyingSourceBase.idl',
271 'svg/SVGAElement.idl', 274 'svg/SVGAElement.idl',
(...skipping 2563 matching lines...) Expand 10 before | Expand all | Expand 10 after
2835 'input/KeyboardEventManager.cpp', 2838 'input/KeyboardEventManager.cpp',
2836 'input/KeyboardEventManager.h', 2839 'input/KeyboardEventManager.h',
2837 'input/PointerEventManager.cpp', 2840 'input/PointerEventManager.cpp',
2838 'input/PointerEventManager.h', 2841 'input/PointerEventManager.h',
2839 'input/ScrollManager.cpp', 2842 'input/ScrollManager.cpp',
2840 'input/ScrollManager.h', 2843 'input/ScrollManager.h',
2841 'input/TouchActionUtil.cpp', 2844 'input/TouchActionUtil.cpp',
2842 'input/TouchActionUtil.h', 2845 'input/TouchActionUtil.h',
2843 'input/TouchEventManager.cpp', 2846 'input/TouchEventManager.cpp',
2844 'input/TouchEventManager.h', 2847 'input/TouchEventManager.h',
2848 'observer/ResizeObserver.h',
2849 'observer/ResizeObserver.cpp',
2850 'observer/ResizeObserverCallback.h',
2851 'observer/ResizeObserverEntry.h',
2852 'observer/ResizeObserverEntry.cpp',
2845 ], 2853 ],
2846 'webcore_html_files': [ 2854 'webcore_html_files': [
2847 'html/AutoplayExperimentHelper.cpp', 2855 'html/AutoplayExperimentHelper.cpp',
2848 'html/AutoplayExperimentHelper.h', 2856 'html/AutoplayExperimentHelper.h',
2849 'html/ClassList.cpp', 2857 'html/ClassList.cpp',
2850 'html/ClassList.h', 2858 'html/ClassList.h',
2851 'html/CrossOriginAttribute.cpp', 2859 'html/CrossOriginAttribute.cpp',
2852 'html/CrossOriginAttribute.h', 2860 'html/CrossOriginAttribute.h',
2853 'html/DocumentNameCollection.cpp', 2861 'html/DocumentNameCollection.cpp',
2854 'html/DocumentNameCollection.h', 2862 'html/DocumentNameCollection.h',
(...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after
4204 'testing/PrivateScriptTestTest.cpp', 4212 'testing/PrivateScriptTestTest.cpp',
4205 'timing/MemoryInfoTest.cpp', 4213 'timing/MemoryInfoTest.cpp',
4206 'timing/PerformanceBaseTest.cpp', 4214 'timing/PerformanceBaseTest.cpp',
4207 'timing/PerformanceObserverTest.cpp', 4215 'timing/PerformanceObserverTest.cpp',
4208 'workers/WorkerThreadTest.cpp', 4216 'workers/WorkerThreadTest.cpp',
4209 'workers/WorkerThreadTestHelper.h', 4217 'workers/WorkerThreadTestHelper.h',
4210 'xml/parser/SharedBufferReaderTest.cpp', 4218 'xml/parser/SharedBufferReaderTest.cpp',
4211 ], 4219 ],
4212 } 4220 }
4213 } 4221 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698