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

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

Issue 1148813007: Move EventHandler from core/page/ to core/input (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'html/track/TextTrackCueList.idl', 278 'html/track/TextTrackCueList.idl',
279 'html/track/TextTrackList.idl', 279 'html/track/TextTrackList.idl',
280 'html/track/TrackEvent.idl', 280 'html/track/TrackEvent.idl',
281 'html/track/VideoTrack.idl', 281 'html/track/VideoTrack.idl',
282 'html/track/VideoTrackList.idl', 282 'html/track/VideoTrackList.idl',
283 'html/track/vtt/VTTCue.idl', 283 'html/track/vtt/VTTCue.idl',
284 'html/track/vtt/VTTRegion.idl', 284 'html/track/vtt/VTTRegion.idl',
285 'html/track/vtt/VTTRegionList.idl', 285 'html/track/vtt/VTTRegionList.idl',
286 'inspector/InjectedScriptHost.idl', 286 'inspector/InjectedScriptHost.idl',
287 'inspector/InspectorOverlayHost.idl', 287 'inspector/InspectorOverlayHost.idl',
288 'inspector/JavaScriptCallFrame.idl',
tdresser 2015/06/04 13:08:47 Why this change?
289 'loader/appcache/ApplicationCache.idl', 288 'loader/appcache/ApplicationCache.idl',
290 'page/EventSource.idl', 289 'page/EventSource.idl',
291 'page/PagePopupController.idl', 290 'page/PagePopupController.idl',
292 'page/scrolling/ScrollState.idl', 291 'page/scrolling/ScrollState.idl',
293 'streams/ReadableByteStream.idl', 292 'streams/ReadableByteStream.idl',
294 'streams/ReadableByteStreamReader.idl', 293 'streams/ReadableByteStreamReader.idl',
295 'streams/ReadableStream.idl', 294 'streams/ReadableStream.idl',
296 'streams/ReadableStreamReader.idl', 295 'streams/ReadableStreamReader.idl',
297 'streams/Stream.idl', 296 'streams/Stream.idl',
298 'svg/SVGAElement.idl', 297 'svg/SVGAElement.idl',
(...skipping 3624 matching lines...) Expand 10 before | Expand all | Expand 10 after
3923 'style/ComputedStyleTest.cpp', 3922 'style/ComputedStyleTest.cpp',
3924 'style/OutlineValueTest.cpp', 3923 'style/OutlineValueTest.cpp',
3925 'style/SVGComputedStyleTest.cpp', 3924 'style/SVGComputedStyleTest.cpp',
3926 'testing/PrivateScriptTestTest.cpp', 3925 'testing/PrivateScriptTestTest.cpp',
3927 'timing/MemoryInfoTest.cpp', 3926 'timing/MemoryInfoTest.cpp',
3928 'workers/WorkerThreadTest.cpp', 3927 'workers/WorkerThreadTest.cpp',
3929 'xml/parser/SharedBufferReaderTest.cpp', 3928 'xml/parser/SharedBufferReaderTest.cpp',
3930 ], 3929 ],
3931 } 3930 }
3932 } 3931 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/web/tests/WebInputEventConversionTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698