update cef embedding readme

This commit is contained in:
Mike Blumenkrantz 2015-05-06 13:04:28 -04:00
parent 6011d39ca1
commit 7fc50db898

View file

@ -10,12 +10,6 @@ How to test:
Notes:
* Running with the Debug build in GDB is EXTREMELY slow on startup. Only use this if you are actively debugging an unimplemented CEF interaction.
* The contents of `interfaces/`, with the exception of `interfaces/mod.rs` is autogenerated. To
regenerate:
- Check out the `servo` branch of the following repository:
https://github.com/pcwalton/chromium-embedded-framework
- Change to the `tools` directory and run `./translator.sh`
- Run the following command to copy in the Rust header files, replacing `${SERVO_SRC}` with
the path to your Servo checkout:
$ cp ../libcef_dll/rust/*.rs ${SERVO_SRC}/ports/cef/interfaces/
* The contents of `interfaces/` are entirely autogenerated. To
regenerate, see https://github.com/zmike/cef-rebase/blob/master/README.md for full instructions