summaryrefslogtreecommitdiffstats
path: root/gears
diff options
context:
space:
mode:
authormpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-04 21:02:47 +0000
committermpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-04 21:02:47 +0000
commit4441998454cf90328fb3ec1ce49ac98d0127805c (patch)
treeb699019d28df10121e445d9d50df9fd87760b9c0 /gears
parenteac0709a26a824381291cbf78440c969a846b1ab (diff)
downloadchromium_src-4441998454cf90328fb3ec1ce49ac98d0127805c.zip
chromium_src-4441998454cf90328fb3ec1ce49ac98d0127805c.tar.gz
chromium_src-4441998454cf90328fb3ec1ce49ac98d0127805c.tar.bz2
Fix gears-scons build break for wince.
Review URL: http://codereview.chromium.org/8223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4653 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gears')
-rw-r--r--gears/SConscript.dll3
1 files changed, 0 insertions, 3 deletions
diff --git a/gears/SConscript.dll b/gears/SConscript.dll
index 22780bb..8af976a 100644
--- a/gears/SConscript.dll
+++ b/gears/SConscript.dll
@@ -1220,9 +1220,6 @@ if env['OS'] in ['win32', 'wince']:
dll_resources += [module_res, string_res]
# TODO: string_res seems to break the wince build for some magical reason!
- if env['OS'] == 'wince':
- dll_resources += [env_res.RES('$GENFILES_DIR/setup.rc')]
-
vista_broker_resources = env_res.RES(
'$GENFILES_DIR/vista_broker_string_table.res',
'$GENFILES_DIR/string_table.rc',