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

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

Issue 650613005: bluetooth: Initial WebBluetooth & WebBluetoothError. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Abandoned initial approach implementing BluetoothMock in Blink. Created 6 years, 2 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'battery/BatteryStatus.cpp', 338 'battery/BatteryStatus.cpp',
339 'battery/BatteryStatus.h', 339 'battery/BatteryStatus.h',
340 'battery/NavigatorBattery.cpp', 340 'battery/NavigatorBattery.cpp',
341 'battery/NavigatorBattery.h', 341 'battery/NavigatorBattery.h',
342 'beacon/NavigatorBeacon.cpp', 342 'beacon/NavigatorBeacon.cpp',
343 'beacon/NavigatorBeacon.h', 343 'beacon/NavigatorBeacon.h',
344 'bluetooth/Bluetooth.h', 344 'bluetooth/Bluetooth.h',
345 'bluetooth/BluetoothDevice.h', 345 'bluetooth/BluetoothDevice.h',
346 'bluetooth/BluetoothDiscovery.cpp', 346 'bluetooth/BluetoothDiscovery.cpp',
347 'bluetooth/BluetoothDiscovery.h', 347 'bluetooth/BluetoothDiscovery.h',
348 'bluetooth/BluetoothError.cpp',
349 'bluetooth/BluetoothError.h',
348 'bluetooth/NavigatorBluetooth.cpp', 350 'bluetooth/NavigatorBluetooth.cpp',
349 'bluetooth/NavigatorBluetooth.h', 351 'bluetooth/NavigatorBluetooth.h',
350 'credentialmanager/Credential.cpp', 352 'credentialmanager/Credential.cpp',
351 'credentialmanager/Credential.h', 353 'credentialmanager/Credential.h',
352 'credentialmanager/CredentialManagerClient.cpp', 354 'credentialmanager/CredentialManagerClient.cpp',
353 'credentialmanager/CredentialManagerClient.h', 355 'credentialmanager/CredentialManagerClient.h',
354 'credentialmanager/CredentialsContainer.cpp', 356 'credentialmanager/CredentialsContainer.cpp',
355 'credentialmanager/CredentialsContainer.h', 357 'credentialmanager/CredentialsContainer.h',
356 'credentialmanager/FederatedCredential.cpp', 358 'credentialmanager/FederatedCredential.cpp',
357 'credentialmanager/FederatedCredential.h', 359 'credentialmanager/FederatedCredential.h',
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 'websockets/WebSocketChannel.cpp', 1001 'websockets/WebSocketChannel.cpp',
1000 'websockets/WebSocketChannel.h', 1002 'websockets/WebSocketChannel.h',
1001 'websockets/WebSocketChannelClient.h', 1003 'websockets/WebSocketChannelClient.h',
1002 'websockets/WebSocketFrame.cpp', 1004 'websockets/WebSocketFrame.cpp',
1003 'websockets/WebSocketFrame.h', 1005 'websockets/WebSocketFrame.h',
1004 'websockets/WorkerThreadableWebSocketChannel.cpp', 1006 'websockets/WorkerThreadableWebSocketChannel.cpp',
1005 'websockets/WorkerThreadableWebSocketChannel.h', 1007 'websockets/WorkerThreadableWebSocketChannel.h',
1006 ], 1008 ],
1007 # 'partial interface' or target (right side of) 'implements' 1009 # 'partial interface' or target (right side of) 'implements'
1008 'modules_testing_dependency_idl_files' : [ 1010 'modules_testing_dependency_idl_files' : [
1011 'bluetooth/testing/InternalsBluetooth.idl',
1009 'geolocation/testing/InternalsGeolocation.idl', 1012 'geolocation/testing/InternalsGeolocation.idl',
1010 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1013 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1011 'speech/testing/InternalsSpeechSynthesis.idl', 1014 'speech/testing/InternalsSpeechSynthesis.idl',
1012 'vibration/testing/InternalsVibration.idl', 1015 'vibration/testing/InternalsVibration.idl',
1013 ], 1016 ],
1014 'modules_testing_files': [ 1017 'modules_testing_files': [
1018 'bluetooth/testing/BluetoothMock.cpp',
1019 'bluetooth/testing/BluetoothMock.h',
1020 'bluetooth/testing/InternalsBluetooth.cpp',
1021 'bluetooth/testing/InternalsBluetooth.h',
1015 'geolocation/testing/GeolocationClientMock.cpp', 1022 'geolocation/testing/GeolocationClientMock.cpp',
1016 'geolocation/testing/GeolocationClientMock.h', 1023 'geolocation/testing/GeolocationClientMock.h',
1017 'geolocation/testing/InternalsGeolocation.cpp', 1024 'geolocation/testing/InternalsGeolocation.cpp',
1018 'geolocation/testing/InternalsGeolocation.h', 1025 'geolocation/testing/InternalsGeolocation.h',
1019 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp', 1026 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp',
1020 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h', 1027 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h',
1021 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp', 1028 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp',
1022 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h', 1029 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h',
1023 'speech/testing/InternalsSpeechSynthesis.cpp', 1030 'speech/testing/InternalsSpeechSynthesis.cpp',
1024 'speech/testing/InternalsSpeechSynthesis.h', 1031 'speech/testing/InternalsSpeechSynthesis.h',
(...skipping 10 matching lines...) Expand all
1035 'serviceworkers/CacheTest.cpp', 1042 'serviceworkers/CacheTest.cpp',
1036 'serviceworkers/FetchResponseDataTest.cpp', 1043 'serviceworkers/FetchResponseDataTest.cpp',
1037 'serviceworkers/RequestTest.cpp', 1044 'serviceworkers/RequestTest.cpp',
1038 'serviceworkers/ResponseTest.cpp', 1045 'serviceworkers/ResponseTest.cpp',
1039 'serviceworkers/ServiceWorkerContainerTest.cpp', 1046 'serviceworkers/ServiceWorkerContainerTest.cpp',
1040 'websockets/DOMWebSocketTest.cpp', 1047 'websockets/DOMWebSocketTest.cpp',
1041 'websockets/NewWebSocketChannelImplTest.cpp', 1048 'websockets/NewWebSocketChannelImplTest.cpp',
1042 ], 1049 ],
1043 }, 1050 },
1044 } 1051 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698