tree: 2fc4b96aec0cb60cc6eac96ce5dfe75f7dfa9d52 [path history] [tgz]
  1. BUILD.gn
  2. cc_param_traits.cc
  3. cc_param_traits_macros.h
  4. OWNERS
  5. README.md
cc/ipc/README.md

cc/ipc

Overview

cc/ipc provides Chrome IPC legacy param trait validators. cc based structures that are defined in C++ and have mojo based NativeEnum definitions require validators. See cc/mojom for the mojo definitions. Eventually all cc based structures should be defined solely in mojo and then this directory can be removed. However, this will not happen until all structures are sent via mojo only.