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

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

Issue 336693004: Deduplicate DeviceEvent* classes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: oops - fix grammar in test expectation as well Created 6 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 'frame/DOMWindowProperty.cpp', 1140 'frame/DOMWindowProperty.cpp',
1141 'frame/DOMWindowProperty.h', 1141 'frame/DOMWindowProperty.h',
1142 'frame/DOMWindowTimers.cpp', 1142 'frame/DOMWindowTimers.cpp',
1143 'frame/DOMWindowTimers.h', 1143 'frame/DOMWindowTimers.h',
1144 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', 1144 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp',
1145 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', 1145 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h',
1146 'frame/DeviceEventControllerBase.cpp', 1146 'frame/DeviceEventControllerBase.cpp',
1147 'frame/DeviceEventControllerBase.h', 1147 'frame/DeviceEventControllerBase.h',
1148 'frame/DeviceEventDispatcherBase.cpp', 1148 'frame/DeviceEventDispatcherBase.cpp',
1149 'frame/DeviceEventDispatcherBase.h', 1149 'frame/DeviceEventDispatcherBase.h',
1150 'frame/DeviceSensorEventController.cpp',
1151 'frame/DeviceSensorEventController.h',
1152 'frame/DeviceSensorEventDispatcher.cpp',
1153 'frame/DeviceSensorEventDispatcher.h',
1154 'frame/DeviceSingleWindowEventController.cpp', 1150 'frame/DeviceSingleWindowEventController.cpp',
1155 'frame/DeviceSingleWindowEventController.h', 1151 'frame/DeviceSingleWindowEventController.h',
1156 'frame/EventHandlerRegistry.cpp', 1152 'frame/EventHandlerRegistry.cpp',
1157 'frame/EventHandlerRegistry.h', 1153 'frame/EventHandlerRegistry.h',
1158 'frame/Frame.cpp', 1154 'frame/Frame.cpp',
1159 'frame/Frame.h', 1155 'frame/Frame.h',
1160 'frame/FrameConsole.cpp', 1156 'frame/FrameConsole.cpp',
1161 'frame/FrameDestructionObserver.cpp', 1157 'frame/FrameDestructionObserver.cpp',
1162 'frame/FrameDestructionObserver.h', 1158 'frame/FrameDestructionObserver.h',
1163 'frame/FrameHost.cpp', 1159 'frame/FrameHost.cpp',
(...skipping 2252 matching lines...) Expand 10 before | Expand all | Expand 10 after
3416 'loader/MixedContentCheckerTest.cpp', 3412 'loader/MixedContentCheckerTest.cpp',
3417 'page/NetworkStateNotifierTest.cpp', 3413 'page/NetworkStateNotifierTest.cpp',
3418 'rendering/RenderOverflowTest.cpp', 3414 'rendering/RenderOverflowTest.cpp',
3419 'rendering/shapes/BoxShapeTest.cpp', 3415 'rendering/shapes/BoxShapeTest.cpp',
3420 'testing/UnitTestHelpers.cpp', 3416 'testing/UnitTestHelpers.cpp',
3421 'testing/UnitTestHelpers.h', 3417 'testing/UnitTestHelpers.h',
3422 'xml/parser/SharedBufferReaderTest.cpp', 3418 'xml/parser/SharedBufferReaderTest.cpp',
3423 ], 3419 ],
3424 } 3420 }
3425 } 3421 }
OLDNEW
« no previous file with comments | « LayoutTests/gamepad/multiple-event-listeners-expected.txt ('k') | Source/core/frame/DeviceSensorEventController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698