docs: webui_build_configuration: add missing option
Other sections in here refer to this one for the meaning of resource_path_prefix, but never actually documents it. Bug: b/284974354 Change-Id: I4b880f3ac698e38953b62b28c432e22cdee02c3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4605236 Reviewed-by: Cole Horvitz <colehorvitz@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org> Cr-Commit-Position: refs/heads/main@{#1159007}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
d4e9998970
commit
5c08d795fd
@ -365,6 +365,10 @@ grdp_files: List of .grdp files that should be included in the grd. Generally
|
||||
grd_prefix: The prefix to use for the grd resource IDs. Resources will be named
|
||||
with the following pattern: IDR_GRD_PREFIX_INPUT_FILE_PATH
|
||||
out_grd: The output grd file to write. Must end with either '.grd' or '.grdp'.
|
||||
resource_path_prefix: Optional prefix to add to every path in input_files (after
|
||||
the path has been processed by |resource_path_rewrites|).
|
||||
Must not end in a `/` as it will automatically be added
|
||||
when joining to each path.
|
||||
resource_path_rewrites: Paths to rewrite. In general, the path in input_files,
|
||||
or the path listed in a manifest, will be used as the
|
||||
resource path, i.e. "foo/bar.js" will have that path
|
||||
|
Reference in New Issue
Block a user