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

Unified Diff: ui/gfx/BUILD.gn

Issue 1377553002: Update default browser infobar for MD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change to normal type Created 5 years, 3 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 | « components/infobars/core/infobar_delegate.cc ('k') | ui/gfx/vector_icons/chrome_product.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index b0caf15c769b9cdf1583bb8a21cbe034e4d9bfc5..f64b347ee78b9c7567ab14b20c81523293df5cea 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -428,6 +428,7 @@ action("aggregate_vector_icons") {
"vector_icons/bar_close.icon",
"vector_icons/blocked_badge.icon",
"vector_icons/check_circle.icon",
+ "vector_icons/chrome_product.icon",
"vector_icons/code.icon",
"vector_icons/cookie.icon",
"vector_icons/crashed_tab.icon",
@@ -638,7 +639,9 @@ test("gfx_unittests") {
"//ui/resources:ui_test_pak",
]
- data_deps = [ "//ui/resources:ui_test_pak" ]
+ data_deps = [
+ "//ui/resources:ui_test_pak",
+ ]
if (!is_mac && !is_ios) {
sources += [
« no previous file with comments | « components/infobars/core/infobar_delegate.cc ('k') | ui/gfx/vector_icons/chrome_product.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698