cef/tests
santosh mahto 491253fa03 Linux: Add support for ozone builds (fixes issue #2296).
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.
2019-04-23 17:00:14 +00:00
..
cefclient Mac: cefclient:: Add C++ implementation of BrowserWindowOsrMac::UpdateAccessibilityLocation 2019-03-26 14:13:55 +00:00
cefsimple Linux: Add support for ozone builds (fixes issue #2296). 2019-04-23 17:00:14 +00:00
ceftests Linux: Add support for ozone builds (fixes issue #2296). 2019-04-23 17:00:14 +00:00
gtest Fix gtest path (issue #2188) 2017-06-13 17:09:59 +03:00
shared Remove methods that modify cookie storage at runtime (see issue #2622). 2019-03-24 16:45:06 -04:00