summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-25 00:10:14 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-25 00:10:14 +0000
commitae43b850c0d3cd6f82d0b639c349ef896ca55a09 (patch)
tree9351048b577b779b3fdc80cfcaa8375ef94a732e /ui/ui.gyp
parentbca7497622b009bca0597c48f8c43ec0a7121fbd (diff)
downloadchromium_src-ae43b850c0d3cd6f82d0b639c349ef896ca55a09.zip
chromium_src-ae43b850c0d3cd6f82d0b639c349ef896ca55a09.tar.gz
chromium_src-ae43b850c0d3cd6f82d0b639c349ef896ca55a09.tar.bz2
ui/gfx: Move CanvasPaintWin into its own file.
This fix the TODO for ben@ in canvas_skia.cc. R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9453019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123598 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index ce04658..75478f0 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -242,6 +242,8 @@
'gfx/brush.h',
'gfx/canvas.cc',
'gfx/canvas.h',
+ 'gfx/canvas_paint.h',
+ 'gfx/canvas_paint_win.cc',
'gfx/canvas_skia.h',
'gfx/canvas_skia.cc',
'gfx/canvas_skia_android.cc',