From 7fc50db898c03e9088aa1b78c23b2e3e18b0af12 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 6 May 2015 13:04:28 -0400 Subject: [PATCH] update cef embedding readme --- ports/cef/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ports/cef/README.md b/ports/cef/README.md index 1832ffef781..fe3057855dc 100644 --- a/ports/cef/README.md +++ b/ports/cef/README.md @@ -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