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

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

Issue 2828213002: arc: Show migration success notification on the next sign-in after migration. (Closed)
Patch Set: Created 3 years, 8 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
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") {

Powered by Google App Engine
This is Rietveld 408576698