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

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: Fix Web Exposed 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/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 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/ConvertWebVectorToArrayBuffer.cpp',
614 'bluetooth/ConvertWebVectorToArrayBuffer.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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
1457 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1459 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1458 'webaudio/ConvolverNodeTest.cpp', 1460 'webaudio/ConvolverNodeTest.cpp',
1459 'webaudio/DynamicsCompressorNodeTest.cpp', 1461 'webaudio/DynamicsCompressorNodeTest.cpp',
1460 'webaudio/ScriptProcessorNodeTest.cpp', 1462 'webaudio/ScriptProcessorNodeTest.cpp',
1461 'webaudio/StereoPannerNodeTest.cpp', 1463 'webaudio/StereoPannerNodeTest.cpp',
1462 'websockets/DOMWebSocketTest.cpp', 1464 'websockets/DOMWebSocketTest.cpp',
1463 'websockets/DocumentWebSocketChannelTest.cpp', 1465 'websockets/DocumentWebSocketChannelTest.cpp',
1464 ], 1466 ],
1465 }, 1467 },
1466 } 1468 }
OLDNEW
« no previous file with comments | « Source/modules/bluetooth/ConvertWebVectorToArrayBuffer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698