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

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

Issue 206603002: Add EventHandlerRegistry (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Tests. Created 6 years, 9 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 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 2018 matching lines...) Expand 10 before | Expand all | Expand 10 after
2029 'dom/SandboxFlags.h', 2029 'dom/SandboxFlags.h',
2030 'dom/SandboxFlags.cpp', 2030 'dom/SandboxFlags.cpp',
2031 'dom/ScriptableDocumentParser.cpp', 2031 'dom/ScriptableDocumentParser.cpp',
2032 'dom/ScriptableDocumentParser.h', 2032 'dom/ScriptableDocumentParser.h',
2033 'dom/ScriptedAnimationController.cpp', 2033 'dom/ScriptedAnimationController.cpp',
2034 'dom/ScriptedAnimationController.h', 2034 'dom/ScriptedAnimationController.h',
2035 'dom/ExecutionContext.cpp', 2035 'dom/ExecutionContext.cpp',
2036 'dom/ScriptLoader.cpp', 2036 'dom/ScriptLoader.cpp',
2037 'dom/ScriptLoader.h', 2037 'dom/ScriptLoader.h',
2038 'dom/ScriptRunner.cpp', 2038 'dom/ScriptRunner.cpp',
2039 'dom/ScrollEventHandlerController.cpp',
2040 'dom/ScrollEventHandlerController.h',
2039 'dom/SecurityContext.cpp', 2041 'dom/SecurityContext.cpp',
2040 'dom/SecurityContext.h', 2042 'dom/SecurityContext.h',
2041 'dom/SelectorQuery.cpp', 2043 'dom/SelectorQuery.cpp',
2042 'dom/SelectorQuery.h', 2044 'dom/SelectorQuery.h',
2043 'dom/XMLDocument.cpp', 2045 'dom/XMLDocument.cpp',
2044 'dom/XMLDocument.h', 2046 'dom/XMLDocument.h',
2045 'dom/custom/CustomElement.cpp', 2047 'dom/custom/CustomElement.cpp',
2046 'dom/custom/CustomElement.h', 2048 'dom/custom/CustomElement.h',
2047 'dom/custom/CustomElementCallbackDispatcher.cpp', 2049 'dom/custom/CustomElementCallbackDispatcher.cpp',
2048 'dom/custom/CustomElementCallbackDispatcher.h', 2050 'dom/custom/CustomElementCallbackDispatcher.h',
(...skipping 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after
3323 'html/track/vtt/BufferedLineReaderTest.cpp', 3325 'html/track/vtt/BufferedLineReaderTest.cpp',
3324 'html/track/vtt/VTTScannerTest.cpp', 3326 'html/track/vtt/VTTScannerTest.cpp',
3325 'rendering/RenderOverflowTest.cpp', 3327 'rendering/RenderOverflowTest.cpp',
3326 'rendering/shapes/BoxShapeTest.cpp', 3328 'rendering/shapes/BoxShapeTest.cpp',
3327 'testing/UnitTestHelpers.cpp', 3329 'testing/UnitTestHelpers.cpp',
3328 'testing/UnitTestHelpers.h', 3330 'testing/UnitTestHelpers.h',
3329 'xml/parser/SharedBufferReaderTest.cpp', 3331 'xml/parser/SharedBufferReaderTest.cpp',
3330 ], 3332 ],
3331 } 3333 }
3332 } 3334 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698