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

Unified Diff: ui/vector_icons/vector_icons.gni

Issue 2733823003: Move final vector icons out of ui/gfx/vector_icons/ and remove the (Closed)
Patch Set: fix deps 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 | « ui/vector_icons/search.icon ('k') | ui/views/bubble/tooltip_icon.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/vector_icons/vector_icons.gni
diff --git a/ui/vector_icons/vector_icons.gni b/ui/vector_icons/vector_icons.gni
index f22984d19ff32a7c8b95b85f070f9caaaaa0ce3b..ab5df1aad72a348e2af74bb02d48119270623ed5 100644
--- a/ui/vector_icons/vector_icons.gni
+++ b/ui/vector_icons/vector_icons.gni
@@ -31,7 +31,7 @@ template("aggregate_vector_icons") {
action(target_name) {
visibility = [ ":*" ]
- script = "//ui/gfx/vector_icons/aggregate_vector_icons.py"
+ script = "//ui/vector_icons/aggregate_vector_icons.py"
output_cc = "$target_gen_dir/vector_icons.cc"
output_h = "$target_gen_dir/vector_icons.h"
« no previous file with comments | « ui/vector_icons/search.icon ('k') | ui/views/bubble/tooltip_icon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698