• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

BUILD.gnH A D16-Feb-2021408 2317

OWNERSH A D16-Feb-202194 32

README.mdH A D16-Feb-2021417 139

cc_param_traits.ccH A D16-Feb-2021772 2616

cc_param_traits_macros.hH A D16-Feb-20211.3 KiB3826

README.md

1# cc/ipc
2
3[TOC]
4
5## Overview
6
7cc/ipc provides Chrome IPC legacy param trait validators. cc based
8structures that are defined in C++ and have mojo based NativeEnum
9definitions require validators. See cc/mojom for the mojo definitions.
10Eventually all cc based structures should be defined solely in
11mojo and then this directory can be removed. However, this will
12not happen until all structures are sent via mojo only.
13