tree: f54aa5d6a47641d82ca79792b43f01765d9a4ed3
  1. benchy/
  2. dx_tests/
  3. fossilize/
  4. go.chromium.org/
  5. memory_trace/
  6. mesa-uprev/
  7. perfetto/
  8. results_database/
  9. reven-manual-testing/
  10. vm_perf_eval/
  11. xray/
  12. README.md
src/README.md

ChromeOS graphics utilities

This folder contains independent and cross platform utilities for the ChromeOS graphics team.

Overview

Golang based apps are built and installed using the graphics-utils-go.ebuild. For this to work the procject directory structure should be as follows

  • graphics/src/go.chromium.org/chromiumos/graphics-utils-go/
    • Project1/
      • cmd/
        • App1/
          • main.go
        • App2/
          • main.go
      • bin/
      • Makefile
    • Project2/
      • cmd/
        • App3/
          • main.go
      • Makefile