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

Unified Diff: ui/ui.gyp

Issue 12704026: Added new class gfx::ImageFamily. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed Windows build (missing UI_EXPORT). Created 7 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/gfx/image/image_family_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index c3beabadc7b5b4b177cf40b14fd77236c2a67055..bd1c7a7ed47d36500ea1df71a72cfd8b744161eb 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -397,6 +397,8 @@
'gfx/image/canvas_image_source.h',
'gfx/image/image.cc',
'gfx/image/image.h',
+ 'gfx/image/image_family.cc',
+ 'gfx/image/image_family.h',
'gfx/image/image_ios.mm',
'gfx/image/image_mac.mm',
'gfx/image/image_png_rep.cc',
« no previous file with comments | « ui/gfx/image/image_family_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698