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

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

Issue 1573183002: bluetooth: Update BluetoothCharacteristic.value on readValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use anonymous namespace Created 4 years, 11 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 | « third_party/WebKit/Source/modules/bluetooth/ConvertWebVectorToArrayBuffer.cpp ('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 '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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 'battery/BatteryDispatcher.h', 781 'battery/BatteryDispatcher.h',
782 'battery/BatteryManager.cpp', 782 'battery/BatteryManager.cpp',
783 'battery/BatteryManager.h', 783 'battery/BatteryManager.h',
784 'battery/BatteryStatus.cpp', 784 'battery/BatteryStatus.cpp',
785 'battery/BatteryStatus.h', 785 'battery/BatteryStatus.h',
786 'battery/NavigatorBattery.cpp', 786 'battery/NavigatorBattery.cpp',
787 'battery/NavigatorBattery.h', 787 'battery/NavigatorBattery.h',
788 'beacon/NavigatorBeacon.cpp', 788 'beacon/NavigatorBeacon.cpp',
789 'beacon/NavigatorBeacon.h', 789 'beacon/NavigatorBeacon.h',
790 'bluetooth/Bluetooth.h', 790 'bluetooth/Bluetooth.h',
791 'bluetooth/ConvertWebVectorToArrayBuffer.cpp',
792 'bluetooth/ConvertWebVectorToArrayBuffer.h',
793 'bluetooth/Bluetooth.cpp', 791 'bluetooth/Bluetooth.cpp',
794 'bluetooth/BluetoothAdvertisingData.cpp', 792 'bluetooth/BluetoothAdvertisingData.cpp',
795 'bluetooth/BluetoothAdvertisingData.h', 793 'bluetooth/BluetoothAdvertisingData.h',
796 'bluetooth/BluetoothCharacteristicProperties.cpp', 794 'bluetooth/BluetoothCharacteristicProperties.cpp',
797 'bluetooth/BluetoothCharacteristicProperties.h', 795 'bluetooth/BluetoothCharacteristicProperties.h',
798 'bluetooth/BluetoothDevice.cpp', 796 'bluetooth/BluetoothDevice.cpp',
799 'bluetooth/BluetoothDevice.h', 797 'bluetooth/BluetoothDevice.h',
800 'bluetooth/BluetoothError.cpp', 798 'bluetooth/BluetoothError.cpp',
801 'bluetooth/BluetoothError.h', 799 'bluetooth/BluetoothError.h',
802 'bluetooth/BluetoothGATTCharacteristic.cpp', 800 'bluetooth/BluetoothGATTCharacteristic.cpp',
(...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after
1895 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1893 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1896 'webaudio/ConvolverNodeTest.cpp', 1894 'webaudio/ConvolverNodeTest.cpp',
1897 'webaudio/DynamicsCompressorNodeTest.cpp', 1895 'webaudio/DynamicsCompressorNodeTest.cpp',
1898 'webaudio/ScriptProcessorNodeTest.cpp', 1896 'webaudio/ScriptProcessorNodeTest.cpp',
1899 'webaudio/StereoPannerNodeTest.cpp', 1897 'webaudio/StereoPannerNodeTest.cpp',
1900 'websockets/DOMWebSocketTest.cpp', 1898 'websockets/DOMWebSocketTest.cpp',
1901 'websockets/DocumentWebSocketChannelTest.cpp', 1899 'websockets/DocumentWebSocketChannelTest.cpp',
1902 ], 1900 ],
1903 }, 1901 },
1904 } 1902 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/ConvertWebVectorToArrayBuffer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698