mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-15 11:26:31 +01:00
491253fa03
Ozone builds can run with different platform backends (Wayland, X11, etc). Usage of the Views framework is required, and the cefclient sample application is not supported. Example usage: $ export GN_DEFINES="use_ozone=true" $ cd /path/to/chromium/src/cef $ ./cef_create_projects.sh $ cd /path/to/chromium/src $ ninja -C out/Release_GN_x64 cefsimple $ ./out/Release_GN_x64/cefsimple --use-views --ozone-platform=wayland Binary distributions can be created by passing the `--ozone` flag to make_distrib.py. |
||
---|---|---|
.. | ||
mac | ||
res | ||
cefsimple_linux.cc | ||
cefsimple_mac.mm | ||
cefsimple_win.cc | ||
cefsimple.exe.manifest | ||
cefsimple.rc | ||
CMakeLists.txt.in | ||
process_helper_mac.cc | ||
resource.h | ||
simple_app.cc | ||
simple_app.h | ||
simple_handler_linux.cc | ||
simple_handler_mac.mm | ||
simple_handler_win.cc | ||
simple_handler.cc | ||
simple_handler.h |