tree: c576a80e1d5fcac01d81b96dd7ee6b9a2245793a [path history] [tgz]
  1. Android/
  2. Debug/
  3. README.md
tools/traffic_annotation/scripts/test_data/out/README.md

This is a fake “out” directory, that contains just enough files (in the right subdirectories) to run auditor_test.py.

out/Debug contains Python bindings for traffic_annotation.proto (which includes files generated during build). This lets auditor.py import traffic_annotation_pb2. The version of chrome_settings_full_runtime.proto used here only contains a handful of policy, to keep file size manageable.

out/Android contains an args.gn file with target_os="android", so we can test get_current_platform() in auditor.py.