summaryrefslogtreecommitdiffstats
path: root/chrome/third_party
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-16 21:30:19 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-16 21:30:19 +0000
commit328bfdc4f0bada557e329c3f477c8947c8a8aa17 (patch)
tree717eabbfcc54c517f0af2ab53c70623964ab14a3 /chrome/third_party
parent22783422f189458e14434efdd3e7ca3fc584fd44 (diff)
downloadchromium_src-328bfdc4f0bada557e329c3f477c8947c8a8aa17.zip
chromium_src-328bfdc4f0bada557e329c3f477c8947c8a8aa17.tar.gz
chromium_src-328bfdc4f0bada557e329c3f477c8947c8a8aa17.tar.bz2
fix the scons build that broke when the hunspell dictionary
was renamed TBR=sidchat Review URL: http://codereview.chromium.org/7399 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3487 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/third_party')
-rw-r--r--chrome/third_party/hunspell/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/third_party/hunspell/SConscript b/chrome/third_party/hunspell/SConscript
index 0162dad..2fd99ee 100644
--- a/chrome/third_party/hunspell/SConscript
+++ b/chrome/third_party/hunspell/SConscript
@@ -87,7 +87,7 @@ env.ChromeStaticLibrary('hunspell', input_files)
dictionaries = [
- 'dictionaries/en-US.bdic',
+ 'dictionaries/en-US-1-1.bdic',
'dictionaries/en-US.dic',
'dictionaries/en-US.aff',
]