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

Unified Diff: ui/gfx/gfx.gyp

Issue 1214693005: Introduce some util code for drawing vector assets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile? Created 5 years, 5 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/gfx/BUILD.gn ('k') | ui/gfx/vector_icons.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 9ed9d97ebc14bfe17bb27440f5a34f21b5d4102e..3ee50b4771d4ee4a484edd069cbb2780a3a97874 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -297,6 +297,8 @@
'ui_gfx_exports.cc',
'utf16_indexing.cc',
'utf16_indexing.h',
+ 'vector_icons.cc',
+ 'vector_icons.h',
'vsync_provider.h',
'win/direct_write.cc',
'win/direct_write.h',
@@ -404,6 +406,8 @@
'render_text_harfbuzz.cc',
'render_text_harfbuzz.h',
'text_utils_skia.cc',
+ 'vector_icons.cc',
+ 'vector_icons.h',
],
}],
['use_x11==1', {
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/vector_icons.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698