summaryrefslogtreecommitdiffstats
path: root/chrome/SConscript
diff options
context:
space:
mode:
authorshess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-05 01:20:56 +0000
committershess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-05 01:20:56 +0000
commit8fc0c4db979ee2f2d2423378dd3b9d102d9045c0 (patch)
tree6daea228a2995bcc527507a994d7615af9bbeb55 /chrome/SConscript
parentc3515284acdfe396393537c1638443477714c608 (diff)
downloadchromium_src-8fc0c4db979ee2f2d2423378dd3b9d102d9045c0.zip
chromium_src-8fc0c4db979ee2f2d2423378dd3b9d102d9045c0.tar.gz
chromium_src-8fc0c4db979ee2f2d2423378dd3b9d102d9045c0.tar.bz2
Changes spellcheck_unittest to read dictionaries directly from the src tree. Removes the build rules to copy test dictionaries to Dictionaries/.
Review URL: http://codereview.chromium.org/40082 Patch from rohitrao. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/SConscript')
-rw-r--r--chrome/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/SConscript b/chrome/SConscript
index d6a3e78..95b7e1f 100644
--- a/chrome/SConscript
+++ b/chrome/SConscript
@@ -492,7 +492,6 @@ if env.Bit('windows'):
'$DESTINATION_ROOT/First Run',
'$DESTINATION_ROOT/themes',
Alias('chrome_locales'),
- Alias('chrome_Dictionaries'),
])
env.Install('$DESTINATION_ROOT', '$CHROME_DIR/app/FirstRun')