diff options
Diffstat (limited to 'chrome/third_party')
-rw-r--r-- | chrome/third_party/hunspell/SConscript | 2 | ||||
-rw-r--r-- | chrome/third_party/sqlite/SConscript | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/third_party/hunspell/SConscript b/chrome/third_party/hunspell/SConscript index 6f7b5d0..ff4153f 100644 --- a/chrome/third_party/hunspell/SConscript +++ b/chrome/third_party/hunspell/SConscript @@ -67,7 +67,7 @@ input_files = [ 'src/parsers/textparser.cxx',
]
-env.StaticLibrary('hunspell', input_files)
+env.ChromeStaticLibrary('hunspell', input_files)
diff --git a/chrome/third_party/sqlite/SConscript b/chrome/third_party/sqlite/SConscript index c8c94c9..e04381a 100644 --- a/chrome/third_party/sqlite/SConscript +++ b/chrome/third_party/sqlite/SConscript @@ -116,4 +116,4 @@ input_files = [ 'where.c',
]
-env.StaticLibrary('sqlite', input_files)
+env.ChromeStaticLibrary('sqlite', input_files)
|