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

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

Issue 18456004: Delete dead Device Motion code in Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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
« no previous file with comments | « Source/modules/device_orientation/DeviceMotionClient.h ('k') | no next file » | 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 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 10
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'crypto/NormalizeAlgorithm.cpp', 213 'crypto/NormalizeAlgorithm.cpp',
214 'crypto/NormalizeAlgorithm.h', 214 'crypto/NormalizeAlgorithm.h',
215 'crypto/SubtleCrypto.cpp', 215 'crypto/SubtleCrypto.cpp',
216 'crypto/SubtleCrypto.h', 216 'crypto/SubtleCrypto.h',
217 'crypto/WorkerCrypto.cpp', 217 'crypto/WorkerCrypto.cpp',
218 'crypto/WorkerCrypto.h', 218 'crypto/WorkerCrypto.h',
219 'crypto/WorkerGlobalScopeCrypto.cpp', 219 'crypto/WorkerGlobalScopeCrypto.cpp',
220 'crypto/WorkerGlobalScopeCrypto.h', 220 'crypto/WorkerGlobalScopeCrypto.h',
221 'device_orientation/DeviceAcceleration.cpp', 221 'device_orientation/DeviceAcceleration.cpp',
222 'device_orientation/DeviceAcceleration.h', 222 'device_orientation/DeviceAcceleration.h',
223 'device_orientation/DeviceMotionClient.h',
224 'device_orientation/DeviceMotionController.cpp', 223 'device_orientation/DeviceMotionController.cpp',
225 'device_orientation/DeviceMotionController.h', 224 'device_orientation/DeviceMotionController.h',
226 'device_orientation/DeviceMotionData.cpp', 225 'device_orientation/DeviceMotionData.cpp',
227 'device_orientation/DeviceMotionData.h', 226 'device_orientation/DeviceMotionData.h',
228 'device_orientation/DeviceMotionDispatcher.cpp', 227 'device_orientation/DeviceMotionDispatcher.cpp',
229 'device_orientation/DeviceMotionDispatcher.h', 228 'device_orientation/DeviceMotionDispatcher.h',
230 'device_orientation/DeviceMotionEvent.h', 229 'device_orientation/DeviceMotionEvent.h',
231 'device_orientation/DeviceMotionEvent.cpp', 230 'device_orientation/DeviceMotionEvent.cpp',
232 'device_orientation/DeviceRotationRate.cpp', 231 'device_orientation/DeviceRotationRate.cpp',
233 'device_orientation/DeviceRotationRate.h', 232 'device_orientation/DeviceRotationRate.h',
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 'websockets/WorkerThreadableWebSocketChannel.h', 708 'websockets/WorkerThreadableWebSocketChannel.h',
710 ], 709 ],
711 'modules_unittest_files': [ 710 'modules_unittest_files': [
712 'websockets/WebSocketDeflaterTest.cpp', 711 'websockets/WebSocketDeflaterTest.cpp',
713 'websockets/WebSocketExtensionDispatcherTest.cpp', 712 'websockets/WebSocketExtensionDispatcherTest.cpp',
714 'websockets/WebSocketExtensionParserTest.cpp', 713 'websockets/WebSocketExtensionParserTest.cpp',
715 'websockets/WebSocketPerMessageDeflateTest.cpp', 714 'websockets/WebSocketPerMessageDeflateTest.cpp',
716 ], 715 ],
717 }, 716 },
718 } 717 }
OLDNEW
« no previous file with comments | « Source/modules/device_orientation/DeviceMotionClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698