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

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

Issue 1147243004: bluetooth: readValue Blink implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-read-value-interface
Patch Set: Address jyasskin's comments 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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'battery/BatteryDispatcher.h', 603 'battery/BatteryDispatcher.h',
604 'battery/BatteryManager.cpp', 604 'battery/BatteryManager.cpp',
605 'battery/BatteryManager.h', 605 'battery/BatteryManager.h',
606 'battery/BatteryStatus.cpp', 606 'battery/BatteryStatus.cpp',
607 'battery/BatteryStatus.h', 607 'battery/BatteryStatus.h',
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/BluetoothArrayBuffer.cpp',
614 'bluetooth/BluetoothArrayBuffer.h',
613 'bluetooth/Bluetooth.cpp', 615 'bluetooth/Bluetooth.cpp',
614 'bluetooth/BluetoothDevice.cpp', 616 'bluetooth/BluetoothDevice.cpp',
615 'bluetooth/BluetoothDevice.h', 617 'bluetooth/BluetoothDevice.h',
616 'bluetooth/BluetoothError.cpp', 618 'bluetooth/BluetoothError.cpp',
617 'bluetooth/BluetoothError.h', 619 'bluetooth/BluetoothError.h',
618 'bluetooth/BluetoothGATTCharacteristic.cpp', 620 'bluetooth/BluetoothGATTCharacteristic.cpp',
619 'bluetooth/BluetoothGATTCharacteristic.h', 621 'bluetooth/BluetoothGATTCharacteristic.h',
620 'bluetooth/BluetoothGATTService.h', 622 'bluetooth/BluetoothGATTService.h',
621 'bluetooth/BluetoothGATTService.cpp', 623 'bluetooth/BluetoothGATTService.cpp',
622 'bluetooth/BluetoothGATTRemoteServer.h', 624 'bluetooth/BluetoothGATTRemoteServer.h',
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1456 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1455 'webaudio/ConvolverNodeTest.cpp', 1457 'webaudio/ConvolverNodeTest.cpp',
1456 'webaudio/DynamicsCompressorNodeTest.cpp', 1458 'webaudio/DynamicsCompressorNodeTest.cpp',
1457 'webaudio/ScriptProcessorNodeTest.cpp', 1459 'webaudio/ScriptProcessorNodeTest.cpp',
1458 'webaudio/StereoPannerNodeTest.cpp', 1460 'webaudio/StereoPannerNodeTest.cpp',
1459 'websockets/DOMWebSocketTest.cpp', 1461 'websockets/DOMWebSocketTest.cpp',
1460 'websockets/DocumentWebSocketChannelTest.cpp', 1462 'websockets/DocumentWebSocketChannelTest.cpp',
1461 ], 1463 ],
1462 }, 1464 },
1463 } 1465 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698