diff options
author | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-03 14:09:56 +0000 |
---|---|---|
committer | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-03 14:09:56 +0000 |
commit | 38582e0aafec129807cb3bcfaaff3442ffcc5ec6 (patch) | |
tree | b890e686a397e5dfea3f274904d26c4b769c5d54 /ui/ui.gyp | |
parent | 329c9c750e049bc4929af059e6d39feb31935f0f (diff) | |
download | chromium_src-38582e0aafec129807cb3bcfaaff3442ffcc5ec6.zip chromium_src-38582e0aafec129807cb3bcfaaff3442ffcc5ec6.tar.gz chromium_src-38582e0aafec129807cb3bcfaaff3442ffcc5ec6.tar.bz2 |
Remove canvas direct 2d from build since its not used and causes problems
building a runnable mini_installer.exe on win xp when using the component
build.
BUG=None
TEST=No user visible change, removing unused code
Review URL: http://codereview.chromium.org/8417026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108459 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -419,8 +419,6 @@ }], ['OS=="win"', { 'sources': [ - 'gfx/canvas_direct2d.cc', - 'gfx/canvas_direct2d.h', 'gfx/gdi_util.cc', 'gfx/gdi_util.h', 'gfx/icon_util.cc', |