Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(441)

Side by Side Diff: docs/ozone_overview.md

Issue 2483843003: Ozone documentation: Import the screenshot of the caca backend. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/images/ozone_caca.jpg ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Ozone Overview 1 # Ozone Overview
2 2
3 Ozone is a platform abstraction layer beneath the Aura window system that is 3 Ozone is a platform abstraction layer beneath the Aura window system that is
4 used for low level input and graphics. Once complete, the abstraction will 4 used for low level input and graphics. Once complete, the abstraction will
5 support underlying systems ranging from embedded SoC targets to new 5 support underlying systems ranging from embedded SoC targets to new
6 X11-alternative window systems on Linux such as Wayland or Mir to bring up Aura 6 X11-alternative window systems on Linux such as Wayland or Mir to bring up Aura
7 Chromium by providing an implementation of the platform interface. 7 Chromium by providing an implementation of the platform interface.
8 8
9 ## Guiding Principles 9 ## Guiding Principles
10 10
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 with the following commands: 278 with the following commands:
279 279
280 ``` shell 280 ``` shell
281 gn args out/OzoneCaca \ 281 gn args out/OzoneCaca \
282 --args="use_ozone=true ozone_platform_caca=true use_sysroot=false ozone_ auto_platforms=false toolkit_views=false" 282 --args="use_ozone=true ozone_platform_caca=true use_sysroot=false ozone_ auto_platforms=false toolkit_views=false"
283 ninja -C out/OzoneCaca content_shell 283 ninja -C out/OzoneCaca content_shell
284 ./out/OzoneCaca/content_shell --disable-setuid-sandbox 284 ./out/OzoneCaca/content_shell --disable-setuid-sandbox
285 ``` 285 ```
286 286
287 Note: traditional TTYs are not the ideal browsing experience.<br/> 287 Note: traditional TTYs are not the ideal browsing experience.<br/>
288 [![Picture of a workstation using Ozone/caca to display the Google home page i n a text terminal](https://www.chromium.org/_/rsrc/1396307876689/developers/desi gn-documents/ozone/IMG_20140331_151619.jpg?height=240&amp;width=320)](https://ww w.chromium.org/developers/design-documents/ozone/IMG_20140331_151619.jpg?attredi rects=0) 288 ![Picture of a workstation using Ozone/caca to display the Google home page in a text terminal](./images/ozone_caca.jpg)
289 289
290 ## Communication 290 ## Communication
291 291
292 There is a public mailing list: 292 There is a public mailing list:
293 [ozone-dev@chromium.org](https://groups.google.com/a/chromium.org/forum/#!forum/ ozone-dev) 293 [ozone-dev@chromium.org](https://groups.google.com/a/chromium.org/forum/#!forum/ ozone-dev)
OLDNEW
« no previous file with comments | « docs/images/ozone_caca.jpg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698