tree: f7768af1917c2e6186ce4fd7e94c98066dafa18b [path history] [tgz]
  1. apidiff.go
  2. apidiff_test.go
  3. BUILD.gn
  4. diff.go
  5. diff_test.go
  6. OWNERS
  7. README.md
  8. report.go
  9. report_test.go
tools/fidl/lib/apidiff/README.md

apidiff

The apidiff library computes the difference between two FIDL API summaries produced by the summarize library. Its focus is API, but it also

The main user of this library is //tools/fidl/fidl_api_diff.

Build

fx set core.x64 --with //tools/fidl:tests
fx build tools/fidl/lib/apidiff

Test

fx test tools/fidl/lib/apidfiff