Name Date Size #Lines LOC

..--

BUILD.gnH A D25-Apr-2025344 129

README.mdH A D25-Apr-2025401 97

buildflags.gniH A D25-Apr-2025225 97

README.md

1# Cuttlefish GN Build Flags
2Note: GN Flags are Build time flags
3You can get a comprehensive list of all arguments supported by gn by running the
4command gn args --list out/some-directory (the directory passed to gn args is
5required as gn args will invokes gn gen to generate the build.ninja files).
6## is_cuttlefish (BUILDFLAG(PLATFORM_CUTTLEFISH))
7Flag for building chromium for Cuttlefish devices.
8
9