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

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

Issue 315573002: Generalize and refactor DeviceSensorEvent* architecture to support multi-event type targets. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add stopUpdating in destructor of BatteryManager. 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',
1146 'frame/DeviceSensorEventController.cpp', 1150 'frame/DeviceSensorEventController.cpp',
1147 'frame/DeviceSensorEventController.h', 1151 'frame/DeviceSensorEventController.h',
1148 'frame/DeviceSensorEventDispatcher.cpp', 1152 'frame/DeviceSensorEventDispatcher.cpp',
1149 'frame/DeviceSensorEventDispatcher.h', 1153 'frame/DeviceSensorEventDispatcher.h',
1154 'frame/DeviceSingleWindowEventController.cpp',
1155 'frame/DeviceSingleWindowEventController.h',
1150 'frame/EventHandlerRegistry.cpp', 1156 'frame/EventHandlerRegistry.cpp',
1151 'frame/EventHandlerRegistry.h', 1157 'frame/EventHandlerRegistry.h',
1152 'frame/Frame.cpp', 1158 'frame/Frame.cpp',
1153 'frame/Frame.h', 1159 'frame/Frame.h',
1154 'frame/FrameConsole.cpp', 1160 'frame/FrameConsole.cpp',
1155 'frame/FrameDestructionObserver.cpp', 1161 'frame/FrameDestructionObserver.cpp',
1156 'frame/FrameDestructionObserver.h', 1162 'frame/FrameDestructionObserver.h',
1157 'frame/FrameHost.cpp', 1163 'frame/FrameHost.cpp',
1158 'frame/FrameHost.h', 1164 'frame/FrameHost.h',
1159 'frame/FrameOwner.h', 1165 'frame/FrameOwner.h',
(...skipping 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after
3406 'loader/MixedContentCheckerTest.cpp', 3412 'loader/MixedContentCheckerTest.cpp',
3407 'page/NetworkStateNotifierTest.cpp', 3413 'page/NetworkStateNotifierTest.cpp',
3408 'rendering/RenderOverflowTest.cpp', 3414 'rendering/RenderOverflowTest.cpp',
3409 'rendering/shapes/BoxShapeTest.cpp', 3415 'rendering/shapes/BoxShapeTest.cpp',
3410 'testing/UnitTestHelpers.cpp', 3416 'testing/UnitTestHelpers.cpp',
3411 'testing/UnitTestHelpers.h', 3417 'testing/UnitTestHelpers.h',
3412 'xml/parser/SharedBufferReaderTest.cpp', 3418 'xml/parser/SharedBufferReaderTest.cpp',
3413 ], 3419 ],
3414 } 3420 }
3415 } 3421 }
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