| Index: ash/resources/vector_icons/BUILD.gn
|
| diff --git a/ash/resources/vector_icons/BUILD.gn b/ash/resources/vector_icons/BUILD.gn
|
| index e4fa37a120d5dab34fff81fffcef0f4b936f5d7f..622ffc4a9c956ee910e4215b603a0d4c5f09a344 100644
|
| --- a/ash/resources/vector_icons/BUILD.gn
|
| +++ b/ash/resources/vector_icons/BUILD.gn
|
| @@ -155,8 +155,10 @@ aggregate_vector_icons("ash_vector_icons") {
|
| "system_menu_power.icon",
|
| "system_menu_rotation_lock_auto.1x.icon",
|
| "system_menu_rotation_lock_auto.icon",
|
| - "system_menu_rotation_lock_locked.1x.icon",
|
| - "system_menu_rotation_lock_locked.icon",
|
| + "system_menu_rotation_lock_landscape.1x.icon",
|
| + "system_menu_rotation_lock_landscape.icon",
|
| + "system_menu_rotation_lock_portrait.1x.icon",
|
| + "system_menu_rotation_lock_portrait.icon",
|
| "system_menu_screen_share.1x.icon",
|
| "system_menu_screen_share.icon",
|
| "system_menu_settings.1x.icon",
|
| @@ -204,6 +206,8 @@ aggregate_vector_icons("ash_vector_icons") {
|
| "system_tray_cast.icon",
|
| "system_tray_recording.1x.icon",
|
| "system_tray_recording.icon",
|
| + "system_tray_rotation_lock_auto.1x.icon",
|
| + "system_tray_rotation_lock_auto.icon",
|
| "system_tray_rotation_lock_locked.1x.icon",
|
| "system_tray_rotation_lock_locked.icon",
|
| "system_tray_screen_share.1x.icon",
|
|
|