mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-13 18:16:20 +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.
52 lines
586 B
Plaintext
52 lines
586 B
Plaintext
*.gypcmd
|
|
*.mk
|
|
*.ncb
|
|
*.opensdf
|
|
*.props
|
|
*.pyc
|
|
*.rules
|
|
*.sdf
|
|
*.sln
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*.suo
|
|
*.targets
|
|
*.user
|
|
*.vcproj
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.vpj
|
|
*.vpw
|
|
*.vpwhistu
|
|
*.vtg
|
|
*.xcodeproj
|
|
*.xcworkspace
|
|
*_proto.xml
|
|
*_proto_cpp.xml
|
|
*~
|
|
!Android.mk
|
|
.*.sw?
|
|
.DS_Store
|
|
.classpath
|
|
.cproject
|
|
.gdb_history
|
|
.gdbinit
|
|
.landmines
|
|
.metadata
|
|
.project
|
|
.pydevproject
|
|
# Settings directory for eclipse
|
|
/.settings
|
|
.checkstyle
|
|
cscope.*
|
|
Session.vim
|
|
tags
|
|
Thumbs.db
|
|
# CEF generated directories
|
|
/binary_distrib
|
|
/docs
|
|
# CEF generated files
|
|
/include/cef_config.h
|
|
/include/cef_version.h
|
|
.ccls-cache/
|