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

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

Issue 1228283003: Attach a WebBluetooth to the LocalFrame and use it if it's available. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@error-enum-cleanup
Patch Set: Always use BluetoothSupplement to get the WebBluetooth instance. Created 5 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/bluetooth/BluetoothSupplement.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | 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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 'bluetooth/Bluetooth.h', 713 'bluetooth/Bluetooth.h',
714 'bluetooth/ConvertWebVectorToArrayBuffer.cpp', 714 'bluetooth/ConvertWebVectorToArrayBuffer.cpp',
715 'bluetooth/ConvertWebVectorToArrayBuffer.h', 715 'bluetooth/ConvertWebVectorToArrayBuffer.h',
716 'bluetooth/Bluetooth.cpp', 716 'bluetooth/Bluetooth.cpp',
717 'bluetooth/BluetoothDevice.cpp', 717 'bluetooth/BluetoothDevice.cpp',
718 'bluetooth/BluetoothDevice.h', 718 'bluetooth/BluetoothDevice.h',
719 'bluetooth/BluetoothError.cpp', 719 'bluetooth/BluetoothError.cpp',
720 'bluetooth/BluetoothError.h', 720 'bluetooth/BluetoothError.h',
721 'bluetooth/BluetoothGATTCharacteristic.cpp', 721 'bluetooth/BluetoothGATTCharacteristic.cpp',
722 'bluetooth/BluetoothGATTCharacteristic.h', 722 'bluetooth/BluetoothGATTCharacteristic.h',
723 'bluetooth/BluetoothGATTRemoteServer.cpp',
724 'bluetooth/BluetoothGATTRemoteServer.h',
725 'bluetooth/BluetoothGATTService.cpp',
723 'bluetooth/BluetoothGATTService.h', 726 'bluetooth/BluetoothGATTService.h',
724 'bluetooth/BluetoothGATTService.cpp', 727 'bluetooth/BluetoothSupplement.cpp',
725 'bluetooth/BluetoothGATTRemoteServer.h', 728 'bluetooth/BluetoothSupplement.h',
726 'bluetooth/BluetoothGATTRemoteServer.cpp',
727 'bluetooth/BluetoothUUID.cpp', 729 'bluetooth/BluetoothUUID.cpp',
728 'bluetooth/BluetoothUUID.h', 730 'bluetooth/BluetoothUUID.h',
729 'bluetooth/NavigatorBluetooth.cpp', 731 'bluetooth/NavigatorBluetooth.cpp',
730 'bluetooth/NavigatorBluetooth.h', 732 'bluetooth/NavigatorBluetooth.h',
731 'cachestorage/Cache.cpp', 733 'cachestorage/Cache.cpp',
732 'cachestorage/Cache.h', 734 'cachestorage/Cache.h',
733 'cachestorage/CacheStorage.cpp', 735 'cachestorage/CacheStorage.cpp',
734 'cachestorage/CacheStorage.h', 736 'cachestorage/CacheStorage.h',
735 'cachestorage/CacheStorageError.cpp', 737 'cachestorage/CacheStorageError.cpp',
736 'cachestorage/CacheStorageError.h', 738 'cachestorage/CacheStorageError.h',
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1731 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1733 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1732 'webaudio/ConvolverNodeTest.cpp', 1734 'webaudio/ConvolverNodeTest.cpp',
1733 'webaudio/DynamicsCompressorNodeTest.cpp', 1735 'webaudio/DynamicsCompressorNodeTest.cpp',
1734 'webaudio/ScriptProcessorNodeTest.cpp', 1736 'webaudio/ScriptProcessorNodeTest.cpp',
1735 'webaudio/StereoPannerNodeTest.cpp', 1737 'webaudio/StereoPannerNodeTest.cpp',
1736 'websockets/DOMWebSocketTest.cpp', 1738 'websockets/DOMWebSocketTest.cpp',
1737 'websockets/DocumentWebSocketChannelTest.cpp', 1739 'websockets/DocumentWebSocketChannelTest.cpp',
1738 ], 1740 ],
1739 }, 1741 },
1740 } 1742 }
OLDNEW
« no previous file with comments | « Source/modules/bluetooth/BluetoothSupplement.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698