dawn-cmake/src/dawn_wire
Austin Eng 8c1a90199a Split off libdawn_wire_headers from BUILD.gn
These need to be separated from the main BUILD.gn as well.
They cannot be easily guarded behind build flags in Chromium
because the WebGPUImplementation will extend
dawn_wire::CommandSerializer.

Bug: dawn:61
Change-Id: Ic7d6bb13cc535ecddb99c832407ba1f37019ed93
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/5401
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
2019-03-08 00:51:27 +00:00
..
client Move CreateFence from Device to Queue 2019-03-06 22:42:22 +00:00
server KnownObject: Make it an error to request ID 0 2019-02-25 09:49:00 +00:00
BUILD.gn Split off libdawn_wire_headers from BUILD.gn 2019-03-08 00:51:27 +00:00
WireClient.cpp Create wire Client and Server classes with private impl 2019-02-11 21:50:16 +00:00
WireDeserializeAllocator.cpp Add wire_cmd.py and dawn_wire.json to autogenerate all wire commands. 2019-01-15 20:49:53 +00:00
WireDeserializeAllocator.h Add wire_cmd.py and dawn_wire.json to autogenerate all wire commands. 2019-01-15 20:49:53 +00:00
WireServer.cpp Create wire Client and Server classes with private impl 2019-02-11 21:50:16 +00:00