diff options
author | forney <forney@google.com> | 2016-02-01 13:44:07 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-01 21:44:56 +0000 |
commit | 44616bf0c27ddb9d93f838019a2b845cf62289c6 (patch) | |
tree | 103ae3009c09fd0691169b063c528494318f3dc6 /ui/ozone/ozone.gni | |
parent | 4fc7cdf898610f97676820698f9dd51c8355ec23 (diff) | |
download | chromium_src-44616bf0c27ddb9d93f838019a2b845cf62289c6.zip chromium_src-44616bf0c27ddb9d93f838019a2b845cf62289c6.tar.gz chromium_src-44616bf0c27ddb9d93f838019a2b845cf62289c6.tar.bz2 |
Add initial SHM-only Wayland Ozone implementation
This is just the bare minimum to get a window on the screen.
Things like cursor handling, input handling, and vsync provider will come in
subsequent commits.
BUG=578890
Review URL: https://codereview.chromium.org/1610683003
Cr-Commit-Position: refs/heads/master@{#372770}
Diffstat (limited to 'ui/ozone/ozone.gni')
-rw-r--r-- | ui/ozone/ozone.gni | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ozone/ozone.gni b/ui/ozone/ozone.gni index 8b67fab..31e6dbf 100644 --- a/ui/ozone/ozone.gni +++ b/ui/ozone/ozone.gni @@ -29,6 +29,7 @@ declare_args() { ozone_platform_ozonex = false ozone_platform_headless = false ozone_platform_x11 = false + ozone_platform_wayland = false if (ozone_auto_platforms) { # Use headless as the default platform. |