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

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

Issue 1152393002: bluetooth: Blink side implementation of getPrimaryService (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-get-primary-service-interface
Patch Set: Add BluetoothGATTService to webexposed layout test 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
« no previous file with comments | « Source/modules/bluetooth/BluetoothGATTService.idl ('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 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 'battery/NavigatorBattery.h', 596 'battery/NavigatorBattery.h',
597 'beacon/NavigatorBeacon.cpp', 597 'beacon/NavigatorBeacon.cpp',
598 'beacon/NavigatorBeacon.h', 598 'beacon/NavigatorBeacon.h',
599 'bluetooth/Bluetooth.h', 599 'bluetooth/Bluetooth.h',
600 'bluetooth/Bluetooth.cpp', 600 'bluetooth/Bluetooth.cpp',
601 'bluetooth/BluetoothDevice.cpp', 601 'bluetooth/BluetoothDevice.cpp',
602 'bluetooth/BluetoothDevice.h', 602 'bluetooth/BluetoothDevice.h',
603 'bluetooth/BluetoothError.cpp', 603 'bluetooth/BluetoothError.cpp',
604 'bluetooth/BluetoothError.h', 604 'bluetooth/BluetoothError.h',
605 'bluetooth/BluetoothGATTService.h', 605 'bluetooth/BluetoothGATTService.h',
606 'bluetooth/BluetoothGATTService.cpp',
606 'bluetooth/BluetoothGATTRemoteServer.h', 607 'bluetooth/BluetoothGATTRemoteServer.h',
607 'bluetooth/BluetoothGATTRemoteServer.cpp', 608 'bluetooth/BluetoothGATTRemoteServer.cpp',
608 'bluetooth/NavigatorBluetooth.cpp', 609 'bluetooth/NavigatorBluetooth.cpp',
609 'bluetooth/NavigatorBluetooth.h', 610 'bluetooth/NavigatorBluetooth.h',
610 'cachestorage/Cache.cpp', 611 'cachestorage/Cache.cpp',
611 'cachestorage/Cache.h', 612 'cachestorage/Cache.h',
612 'cachestorage/CacheStorage.cpp', 613 'cachestorage/CacheStorage.cpp',
613 'cachestorage/CacheStorage.h', 614 'cachestorage/CacheStorage.h',
614 'cachestorage/CacheStorageError.cpp', 615 'cachestorage/CacheStorageError.cpp',
615 'cachestorage/CacheStorageError.h', 616 'cachestorage/CacheStorageError.h',
(...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
1438 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1439 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1439 'webaudio/ConvolverNodeTest.cpp', 1440 'webaudio/ConvolverNodeTest.cpp',
1440 'webaudio/DynamicsCompressorNodeTest.cpp', 1441 'webaudio/DynamicsCompressorNodeTest.cpp',
1441 'webaudio/ScriptProcessorNodeTest.cpp', 1442 'webaudio/ScriptProcessorNodeTest.cpp',
1442 'webaudio/StereoPannerNodeTest.cpp', 1443 'webaudio/StereoPannerNodeTest.cpp',
1443 'websockets/DOMWebSocketTest.cpp', 1444 'websockets/DOMWebSocketTest.cpp',
1444 'websockets/DocumentWebSocketChannelTest.cpp', 1445 'websockets/DocumentWebSocketChannelTest.cpp',
1445 ], 1446 ],
1446 }, 1447 },
1447 } 1448 }
OLDNEW
« no previous file with comments | « Source/modules/bluetooth/BluetoothGATTService.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698