tree: 66f4b550d6b27f5a6322f078a2c6592ee7457e48 [path history] [tgz]
  1. README.md
third_party/rust/cc/README.md

The cc crate is used by various build.rs build scripts to compile C/C++ dependencies of a Rust crate.

In Chromium, these should be compiled as a GN source_set target, and then linked in with the Rust crate explicitly.

Thus no cc crate should ever be imported to third_party. Usage of cc from build.rs files should be commented out, and the dependency should be removed from Cargo.toml files.