Skip to content

Commit

Permalink
Removes enable_mus from ozone-linux builder
Browse files Browse the repository at this point in the history
Wayland support won't come from mus, so ozone-linux shouldn't turn on
mus.

BUG=none
TEST=none

Change-Id: I682f7998f702d9826f9266ab74266a2593e4d9fb
Reviewed-on: https://chromium-review.googlesource.com/1036192
Reviewed-by: Robert Kroeger <rjkroege@chromium.org>
Commit-Queue: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554941}
  • Loading branch information
Scott Violet authored and Commit Bot committed May 1, 2018
1 parent a40f79b commit 52134e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/ozone_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ Then to run for example the headless platform:
To build `chrome`, do this from the `src` directory:

``` shell
gn args out/OzoneLinuxDesktop --args="use_ozone=true enable_mus=true"
gn args out/OzoneLinuxDesktop --args="use_ozone=true"
ninja -C out/OzoneLinuxDesktop chrome
```
Then to run for example the X11 platform:

``` shell
./out/OzoneLinuxDesktop/chrome --ozone-platform=x11 --enable-features=Mus
./out/OzoneLinuxDesktop/chrome --ozone-platform=x11
```

### GN Configuration notes
Expand Down
1 change: 0 additions & 1 deletion tools/mb/mb_config.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,6 @@
'gn_args': ('ozone_auto_platforms=false ozone_platform_wayland=true '
'ozone_platform="x11" '
'ozone_platform_x11=true ozone_platform_gbm=true '
'enable_mus=true '
'use_xkbcommon=true use_ozone=true'),
},

Expand Down

0 comments on commit 52134e2

Please sign in to comment.