Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: chrome/app/vector_icons/BUILD.gn

Issue 2755483005: Revert icon to unmodified state (Closed)
Patch Set: Icon is for Windows only Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/vector_icons/open_in_phone.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « no previous file | chrome/app/vector_icons/open_in_phone.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698