summaryrefslogtreecommitdiffstats
path: root/device/serial/serial.gyp
Commit message (Expand)AuthorAgeFilesLines
* Add code to deal with serial device disconnectionjuncai2015-11-211-0/+1
* Adds dbus as a dependency to device/serial/serial.gyp:device_serialcharliea2015-11-201-0/+1
* Revert of Reland: Add code to deal with serial device disconnection detection...alph2015-11-181-1/+0
* Add code to deal with serial device disconnectionjuncai2015-11-181-0/+1
* Adds ChromeOS dependency to //device/serial GYP filescharliea2015-11-181-0/+5
* Extracts more information from serial devices on Windowscharliea2015-11-021-0/+1
* Revert "Extracts more information from serial devices on Windows"charliea2015-10-091-1/+0
* Extracts more information from serial devices on Windowscharliea2015-09-281-0/+1
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-191-3/+3
* Add browser_tests to the GN build.brettw2015-01-071-1/+1
* Move mojo gypfiles to toplevel mojorockot2014-12-161-3/+3
* Linux: Dynamically load libudev.thestig2014-11-221-1/+1
* Remove async_waiter in device/serial and use the copied version in mojo/public.jam2014-11-111-2/+0
* Define gyp targets for mojo/public/* in mojo/public/mojo_public.gypjamesr2014-10-071-2/+2
* Add serialization support to the JS serial connection client.sammc2014-10-041-0/+3
* Revert of Add serialization support to the JS serial connection client. (patc...sammc2014-10-041-3/+0
* Add serialization support to the JS serial connection client.sammc2014-10-041-0/+3
* Add serialization support to the JS DataSender and DataReceiver.sammc2014-09-251-1/+4
* Add data pipe wrappers to be used to implement serial send.sammc@chromium.org2014-08-191-0/+4
* Make udev target disappear on linux when use_udev==0spang@chromium.org2014-08-181-1/+6
* Add data pipe wrappers to be used to implement serial receive.sammc@chromium.org2014-08-111-0/+9
* Convert SerialIoHandler to use buffer interfaces for I/O API methods.sammc@chromium.org2014-08-041-0/+2
* Extract mojo_base.gyp from mojo.gypmorrita@chromium.org2014-07-301-2/+2
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-301-10/+19
* Revert 286199 "Implement chrome.serial.getDevices() on top of th..."mpearson@chromium.org2014-07-291-18/+10
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-291-10/+18
* Revert 286122 "Implement chrome.serial.getDevices() on top of th..."serya@chromium.org2014-07-291-20/+7
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-291-7/+20
* Add a partial Mojo serial connection interface and implementation.sammc@chromium.org2014-07-211-0/+16
* Add a basic Mojo SerialService that implements GetDevices().sammc@chromium.org2014-07-091-0/+6
* Move SerialIoHandler into device/serial.sammc@chromium.org2014-07-071-0/+9
* Make chrome/common compile in GNbrettw@chromium.org2014-06-201-0/+1
* Convert SerialDeviceInfo to a Mojo struct.sammc@chromium.org2014-06-181-2/+7
* Use udev for serial device enumeration on Linuxrockot@chromium.org2014-02-141-0/+37