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

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: Use Image::Size instead of Width and Height. 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
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 1d9be241ce70a861d4156702787d3baf4a09b109..a76822b8127a93eeebc458daff9a5c2313886fbf 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -401,6 +401,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',

Powered by Google App Engine
This is Rietveld 408576698