tools/binary_size/libsupersize/docs/pak_symbols.md
Pak symbols are those with a section of:
.pak.nontranslated (entries in resources.pak, chrome_100_percent.pak).pak.translations (entries in en_US.pak, fr.pak, etc).pak files.During builds:
.grd file, textual ID, and numeric ID for
each entry that it processes during a grit() step into a .pak.info file..pak.info files are merged during repack and APK / App Bundle steps
into a single $output_dir/size-info/Foo.apk.pak.info.During supersize archive:
linker_map mode, a map of pak_id ->
source_path is created by looking for symbols named
ui::AllowlistedResource<$PAK_ID>()..pak file format supports this)..grd file paths are stored in
the full_name of each symbol by using the information in the
$outdir/size-info/Foo.pak.info file.