summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authorrogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-03 14:09:56 +0000
committerrogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-03 14:09:56 +0000
commit38582e0aafec129807cb3bcfaaff3442ffcc5ec6 (patch)
treeb890e686a397e5dfea3f274904d26c4b769c5d54 /ui/ui.gyp
parent329c9c750e049bc4929af059e6d39feb31935f0f (diff)
downloadchromium_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.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 43763f7..731e5c4 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -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',