Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(925)

Unified Diff: chrome/tools/convert_dict/convert_dict.scons

Issue 27054: Multiple fixes for broken Linux SHARED=1 build. (Closed)
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/third_party/hunspell/SConscript ('k') | net/net_lib.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/convert_dict/convert_dict.scons
diff --git a/chrome/tools/convert_dict/convert_dict.scons b/chrome/tools/convert_dict/convert_dict.scons
index 0026ca7c087888df5508dcd595df3ddb765ce12b..1d7da3ad0eecdc6f26ad2a246ad5a96e52ac767d 100644
--- a/chrome/tools/convert_dict/convert_dict.scons
+++ b/chrome/tools/convert_dict/convert_dict.scons
@@ -3,6 +3,7 @@
# found in the LICENSE file.
Import('env')
+Import('bdict_reader_o', 'bdict_writer_o')
env = env.Clone()
@@ -28,9 +29,9 @@ input_files = ChromeFileList([
'aff_reader.cc',
'aff_reader.h',
'$CHROME_DIR/third_party/hunspell/google/bdict.h',
- '$CHROME_DIR/third_party/hunspell/google/bdict_reader$OBJSUFFIX',
+ bdict_reader_o,
'$CHROME_DIR/third_party/hunspell/google/bdict_reader.h',
- '$CHROME_DIR/third_party/hunspell/google/bdict_writer$OBJSUFFIX',
+ bdict_writer_o,
'$CHROME_DIR/third_party/hunspell/google/bdict_writer.h',
'convert_dict.cc',
'dic_reader.cc',
« no previous file with comments | « chrome/third_party/hunspell/SConscript ('k') | net/net_lib.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698