This CL updates code_cache_generator to take the following command-line
params:
- in_files: comma-separated list of files
- in_folder: folder path under which in_files exist
- out_folder: folder path for the generated code cache files
- out_file_suffix: the suffix appended to in_files
This update allows generation of code cache output files for multiple
in_files for a single instantiation of the associated v8
environment.
This change does not change the expected input or outputs of the
generate_code_cache webui build utility, which is asserted under
the webui_resources_tools_python_unittests test suite (see
generate_code_cache_test.py)
Bug: 378504039
Change-Id: I3ac720ca05c56a6b150d54d72a48eff184e6f3b3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6332394
Reviewed-by: Fred Shih <ffred@chromium.org>
Commit-Queue: Tom Lukaszewicz <tluk@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1429095}