| Index: chrome/app/vector_icons/BUILD.gn
|
| diff --git a/chrome/app/vector_icons/BUILD.gn b/chrome/app/vector_icons/BUILD.gn
|
| index 81403933032ebfca34015b9b0f9cdb17c320558e..0ab6bfa571ebfd7a7cce5f6549d329a3684f56a9 100644
|
| --- a/chrome/app/vector_icons/BUILD.gn
|
| +++ b/chrome/app/vector_icons/BUILD.gn
|
| @@ -105,6 +105,10 @@ aggregate_vector_icons("chrome_vector_icons") {
|
| if (is_win) {
|
| icons += [ "open_in_phone.icon" ]
|
| }
|
| +
|
| + if (is_chromeos) {
|
| + icons += [ "arc_migrate_encryption_notification.icon" ]
|
| + }
|
| }
|
|
|
| source_set("vector_icons") {
|
|
|