| Index: ui/vector_icons/vector_icons.gni
|
| diff --git a/ui/vector_icons/vector_icons.gni b/ui/vector_icons/vector_icons.gni
|
| index f22984d19ff32a7c8b95b85f070f9caaaaa0ce3b..ab5df1aad72a348e2af74bb02d48119270623ed5 100644
|
| --- a/ui/vector_icons/vector_icons.gni
|
| +++ b/ui/vector_icons/vector_icons.gni
|
| @@ -31,7 +31,7 @@ template("aggregate_vector_icons") {
|
| action(target_name) {
|
| visibility = [ ":*" ]
|
|
|
| - script = "//ui/gfx/vector_icons/aggregate_vector_icons.py"
|
| + script = "//ui/vector_icons/aggregate_vector_icons.py"
|
|
|
| output_cc = "$target_gen_dir/vector_icons.cc"
|
| output_h = "$target_gen_dir/vector_icons.h"
|
|
|