| Index: chrome/app/vector_icons/BUILD.gn
|
| diff --git a/chrome/app/vector_icons/BUILD.gn b/chrome/app/vector_icons/BUILD.gn
|
| index 13cffd529e6073bca9231818756da74c8203f81a..6b958220f9d676fa6a1c6c3c5ab1610cbfe1d1ce 100644
|
| --- a/chrome/app/vector_icons/BUILD.gn
|
| +++ b/chrome/app/vector_icons/BUILD.gn
|
| @@ -57,7 +57,6 @@ aggregate_vector_icons("chrome_vector_icons") {
|
| "navigate_reload.icon",
|
| "navigate_stop.1x.icon",
|
| "navigate_stop.icon",
|
| - "open_in_phone.icon",
|
| "overflow_chevron.1x.icon",
|
| "overflow_chevron.icon",
|
| "paintbrush.icon",
|
| @@ -101,6 +100,10 @@ aggregate_vector_icons("chrome_vector_icons") {
|
| "new_tab_mac_touchbar.icon",
|
| ]
|
| }
|
| +
|
| + if (is_win) {
|
| + icons += [ "open_in_phone.icon" ]
|
| + }
|
| }
|
|
|
| source_set("vector_icons") {
|
|
|