Skip to content

nox/cef-rebase

 
 

Repository files navigation

cef binding generator for servo

Do NOT rely on this for building a CEF library. This repository will only contain up-to-date header files for use with either updating Servo's CEF bindings or compiling a native browser chrome. Instead, use a build from http://cefbuilds.com (thanks Adobe!)

To update bindings:

  • git remote add upstream https://bitbucket.org/chromiumembedded/cef.git
  • git fetch upstream
  • git rebase upstream/master
  • merge conflicts
  • mkdir -p libcef_dll/rust/test
  • run tools/translator.sh
  • cp libcef_dll/rust/*.rs /path/to/servo-git/ports/cef/interfaces
  • cd /path/to/servo-git/ports/cef
  • ./regen_interface_mod_rs.sh
  • cp interfaces_mod.rs interfaces/mod.rs
  • commit

About

repo for rebasing servo's cef bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.7%
  • C 7.3%
  • Objective-C++ 2.4%
  • Python 1.3%
  • HTML 0.6%
  • Objective-C 0.5%
  • Other 0.2%