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

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

Issue 1146163005: bluetooth: Blink-side implementation of getCharacteristic. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-characteristic-interface
Patch Set: Merged with TOT Created 5 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
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 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'battery/NavigatorBattery.cpp', 608 'battery/NavigatorBattery.cpp',
609 'battery/NavigatorBattery.h', 609 'battery/NavigatorBattery.h',
610 'beacon/NavigatorBeacon.cpp', 610 'beacon/NavigatorBeacon.cpp',
611 'beacon/NavigatorBeacon.h', 611 'beacon/NavigatorBeacon.h',
612 'bluetooth/Bluetooth.h', 612 'bluetooth/Bluetooth.h',
613 'bluetooth/Bluetooth.cpp', 613 'bluetooth/Bluetooth.cpp',
614 'bluetooth/BluetoothDevice.cpp', 614 'bluetooth/BluetoothDevice.cpp',
615 'bluetooth/BluetoothDevice.h', 615 'bluetooth/BluetoothDevice.h',
616 'bluetooth/BluetoothError.cpp', 616 'bluetooth/BluetoothError.cpp',
617 'bluetooth/BluetoothError.h', 617 'bluetooth/BluetoothError.h',
618 'bluetooth/BluetoothGATTCharacteristic.cpp',
618 'bluetooth/BluetoothGATTCharacteristic.h', 619 'bluetooth/BluetoothGATTCharacteristic.h',
619 'bluetooth/BluetoothGATTService.h', 620 'bluetooth/BluetoothGATTService.h',
620 'bluetooth/BluetoothGATTService.cpp', 621 'bluetooth/BluetoothGATTService.cpp',
621 'bluetooth/BluetoothGATTRemoteServer.h', 622 'bluetooth/BluetoothGATTRemoteServer.h',
622 'bluetooth/BluetoothGATTRemoteServer.cpp', 623 'bluetooth/BluetoothGATTRemoteServer.cpp',
623 'bluetooth/NavigatorBluetooth.cpp', 624 'bluetooth/NavigatorBluetooth.cpp',
624 'bluetooth/NavigatorBluetooth.h', 625 'bluetooth/NavigatorBluetooth.h',
625 'cachestorage/Cache.cpp', 626 'cachestorage/Cache.cpp',
626 'cachestorage/Cache.h', 627 'cachestorage/Cache.h',
627 'cachestorage/CacheStorage.cpp', 628 'cachestorage/CacheStorage.cpp',
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1454 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1454 'webaudio/ConvolverNodeTest.cpp', 1455 'webaudio/ConvolverNodeTest.cpp',
1455 'webaudio/DynamicsCompressorNodeTest.cpp', 1456 'webaudio/DynamicsCompressorNodeTest.cpp',
1456 'webaudio/ScriptProcessorNodeTest.cpp', 1457 'webaudio/ScriptProcessorNodeTest.cpp',
1457 'webaudio/StereoPannerNodeTest.cpp', 1458 'webaudio/StereoPannerNodeTest.cpp',
1458 'websockets/DOMWebSocketTest.cpp', 1459 'websockets/DOMWebSocketTest.cpp',
1459 'websockets/DocumentWebSocketChannelTest.cpp', 1460 'websockets/DocumentWebSocketChannelTest.cpp',
1460 ], 1461 ],
1461 }, 1462 },
1462 } 1463 }
OLDNEW
« no previous file with comments | « Source/modules/bluetooth/BluetoothGATTService.idl ('k') | public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698