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

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

Issue 315023006: Revert of Generalize and refactor DeviceSensorEvent* architecture to support multi-event type targets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/frame/DeviceEventControllerBase.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 'frame/DOMWindowLifecycleNotifier.cpp', 1136 'frame/DOMWindowLifecycleNotifier.cpp',
1137 'frame/DOMWindowLifecycleNotifier.h', 1137 'frame/DOMWindowLifecycleNotifier.h',
1138 'frame/DOMWindowLifecycleObserver.cpp', 1138 'frame/DOMWindowLifecycleObserver.cpp',
1139 'frame/DOMWindowLifecycleObserver.h', 1139 'frame/DOMWindowLifecycleObserver.h',
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',
1147 'frame/DeviceEventControllerBase.h',
1148 'frame/DeviceEventDispatcherBase.cpp',
1149 'frame/DeviceEventDispatcherBase.h',
1150 'frame/DeviceSensorEventController.cpp', 1146 'frame/DeviceSensorEventController.cpp',
1151 'frame/DeviceSensorEventController.h', 1147 'frame/DeviceSensorEventController.h',
1152 'frame/DeviceSensorEventDispatcher.cpp', 1148 'frame/DeviceSensorEventDispatcher.cpp',
1153 'frame/DeviceSensorEventDispatcher.h', 1149 'frame/DeviceSensorEventDispatcher.h',
1154 'frame/DeviceSingleWindowEventController.cpp',
1155 'frame/DeviceSingleWindowEventController.h',
1156 'frame/EventHandlerRegistry.cpp', 1150 'frame/EventHandlerRegistry.cpp',
1157 'frame/EventHandlerRegistry.h', 1151 'frame/EventHandlerRegistry.h',
1158 'frame/Frame.cpp', 1152 'frame/Frame.cpp',
1159 'frame/Frame.h', 1153 'frame/Frame.h',
1160 'frame/FrameConsole.cpp', 1154 'frame/FrameConsole.cpp',
1161 'frame/FrameDestructionObserver.cpp', 1155 'frame/FrameDestructionObserver.cpp',
1162 'frame/FrameDestructionObserver.h', 1156 'frame/FrameDestructionObserver.h',
1163 'frame/FrameHost.cpp', 1157 'frame/FrameHost.cpp',
1164 'frame/FrameHost.h', 1158 'frame/FrameHost.h',
1165 'frame/FrameOwner.h', 1159 'frame/FrameOwner.h',
(...skipping 2244 matching lines...) Expand 10 before | Expand all | Expand 10 after
3410 'loader/MixedContentCheckerTest.cpp', 3404 'loader/MixedContentCheckerTest.cpp',
3411 'page/NetworkStateNotifierTest.cpp', 3405 'page/NetworkStateNotifierTest.cpp',
3412 'rendering/RenderOverflowTest.cpp', 3406 'rendering/RenderOverflowTest.cpp',
3413 'rendering/shapes/BoxShapeTest.cpp', 3407 'rendering/shapes/BoxShapeTest.cpp',
3414 'testing/UnitTestHelpers.cpp', 3408 'testing/UnitTestHelpers.cpp',
3415 'testing/UnitTestHelpers.h', 3409 'testing/UnitTestHelpers.h',
3416 'xml/parser/SharedBufferReaderTest.cpp', 3410 'xml/parser/SharedBufferReaderTest.cpp',
3417 ], 3411 ],
3418 } 3412 }
3419 } 3413 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/DeviceEventControllerBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698