[cr135] AggregateVectorIcons added output test path arg
This argument is required to be passed along from an override into the chromium version of the function. Chromium change: https://chromium.googlesource.com/chromium/src/+/4ef3835f1559c2085434890df2ee53294e53d4b1 commit 4ef3835f1559c2085434890df2ee53294e53d4b1 Author: Ian Vollick <vollick@chromium.org> Date: Fri Feb 7 15:44:11 2025 -0800 Move vector icon into a resource Also adds a very simple parser and unit tests based on the existing components vector icons. Bug: None
This commit is contained in:
@@ -88,6 +88,7 @@ def RewriteFileListWithOverrides(file_list):
|
||||
|
||||
@override_utils.override_function(globals())
|
||||
def AggregateVectorIcons(orig_func, working_directory, file_list, output_cc,
|
||||
output_h):
|
||||
output_h, output_test_h):
|
||||
RewriteFileListWithOverrides(file_list)
|
||||
return orig_func(working_directory, file_list, output_cc, output_h)
|
||||
return orig_func(working_directory, file_list, output_cc, output_h,
|
||||
output_test_h)
|
||||
|
||||
Reference in New Issue
Block a user