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

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

Issue 191003009: Move DeviceSensorEvent* h|cpp files to a common module (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 # 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 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'device_orientation/DeviceOrientationDispatcher.cpp', 276 'device_orientation/DeviceOrientationDispatcher.cpp',
277 'device_orientation/DeviceOrientationDispatcher.h', 277 'device_orientation/DeviceOrientationDispatcher.h',
278 'device_orientation/DeviceOrientationData.cpp', 278 'device_orientation/DeviceOrientationData.cpp',
279 'device_orientation/DeviceOrientationData.h', 279 'device_orientation/DeviceOrientationData.h',
280 'device_orientation/DeviceOrientationEvent.cpp', 280 'device_orientation/DeviceOrientationEvent.cpp',
281 'device_orientation/DeviceOrientationEvent.h', 281 'device_orientation/DeviceOrientationEvent.h',
282 'device_orientation/DeviceOrientationInspectorAgent.cpp', 282 'device_orientation/DeviceOrientationInspectorAgent.cpp',
283 'device_orientation/DeviceOrientationInspectorAgent.h', 283 'device_orientation/DeviceOrientationInspectorAgent.h',
284 'device_orientation/DeviceRotationRate.cpp', 284 'device_orientation/DeviceRotationRate.cpp',
285 'device_orientation/DeviceRotationRate.h', 285 'device_orientation/DeviceRotationRate.h',
286 'device_orientation/DeviceSensorEventController.cpp', 286 'device_sensors_common/DeviceSensorEventController.cpp',
287 'device_orientation/DeviceSensorEventController.h', 287 'device_sensors_common/DeviceSensorEventController.h',
288 'device_orientation/DeviceSensorEventDispatcher.cpp', 288 'device_sensors_common/DeviceSensorEventDispatcher.cpp',
289 'device_orientation/DeviceSensorEventDispatcher.h', 289 'device_sensors_common/DeviceSensorEventDispatcher.h',
290 'donottrack/NavigatorDoNotTrack.cpp', 290 'donottrack/NavigatorDoNotTrack.cpp',
291 'donottrack/NavigatorDoNotTrack.h', 291 'donottrack/NavigatorDoNotTrack.h',
292 'encoding/TextDecoder.cpp', 292 'encoding/TextDecoder.cpp',
293 'encoding/TextDecoder.h', 293 'encoding/TextDecoder.h',
294 'encoding/TextEncoder.cpp', 294 'encoding/TextEncoder.cpp',
295 'encoding/TextEncoder.h', 295 'encoding/TextEncoder.h',
296 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp', 296 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp',
297 'encryptedmedia/HTMLMediaElementEncryptedMedia.h', 297 'encryptedmedia/HTMLMediaElementEncryptedMedia.h',
298 'encryptedmedia/MediaKeyMessageEvent.cpp', 298 'encryptedmedia/MediaKeyMessageEvent.cpp',
299 'encryptedmedia/MediaKeyMessageEvent.h', 299 'encryptedmedia/MediaKeyMessageEvent.h',
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 'indexeddb/IDBKeyPathTest.cpp', 881 'indexeddb/IDBKeyPathTest.cpp',
882 'indexeddb/IDBRequestTest.cpp', 882 'indexeddb/IDBRequestTest.cpp',
883 'indexeddb/IDBTransactionTest.cpp', 883 'indexeddb/IDBTransactionTest.cpp',
884 'websockets/WebSocketDeflaterTest.cpp', 884 'websockets/WebSocketDeflaterTest.cpp',
885 'websockets/WebSocketExtensionDispatcherTest.cpp', 885 'websockets/WebSocketExtensionDispatcherTest.cpp',
886 'websockets/WebSocketExtensionParserTest.cpp', 886 'websockets/WebSocketExtensionParserTest.cpp',
887 'websockets/WebSocketPerMessageDeflateTest.cpp', 887 'websockets/WebSocketPerMessageDeflateTest.cpp',
888 ], 888 ],
889 }, 889 },
890 } 890 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698