summaryrefslogtreecommitdiffstats
path: root/chrome/third_party
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-03 21:21:54 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-03 21:21:54 +0000
commitb56791c36d461ea0902ede1f0d2fd3044e9ed595 (patch)
tree85b761aa2449b985051d376f8074f43633947f5e /chrome/third_party
parentf7df58905b11fa7df6fa01d2523e2136d6d774d0 (diff)
downloadchromium_src-b56791c36d461ea0902ede1f0d2fd3044e9ed595.zip
chromium_src-b56791c36d461ea0902ede1f0d2fd3044e9ed595.tar.gz
chromium_src-b56791c36d461ea0902ede1f0d2fd3044e9ed595.tar.bz2
Convert chrome SConscript files to psuedo-builder calls.
TBR: evanm,bradnelson git-svn-id: svn://svn.chromium.org/chrome/trunk/src@306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/third_party')
-rw-r--r--chrome/third_party/hunspell/SConscript2
-rw-r--r--chrome/third_party/sqlite/SConscript2
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)