diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-29 00:09:08 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-29 00:09:08 +0000 |
commit | f9624dc2e6e23f762ecd726b9e80290f6424435b (patch) | |
tree | 324cf666e002e6c0ae1e944bb7595bd28b164f6f /webkit/SConscript | |
parent | 6f3eb9b4df9cc29728bb7323448d47a9c8a9fef9 (diff) | |
download | chromium_src-f9624dc2e6e23f762ecd726b9e80290f6424435b.zip chromium_src-f9624dc2e6e23f762ecd726b9e80290f6424435b.tar.gz chromium_src-f9624dc2e6e23f762ecd726b9e80290f6424435b.tar.bz2 |
Get a good piece of port building under Linux.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1515 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/SConscript')
-rw-r--r-- | webkit/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/SConscript b/webkit/SConscript index 74dff83..62ad189 100644 --- a/webkit/SConscript +++ b/webkit/SConscript @@ -166,6 +166,7 @@ env.Append( # This list is the SConscripts that work on Windows and Linux. sconscript_dirs = [ + 'SConscript.port', 'SConscript.javascriptcore_pcre', 'build/JSConfig/SConscript', 'build/JavaScriptCore/SConscript', @@ -176,7 +177,6 @@ if env['PLATFORM'] == 'win32': # These extra dirs aren't win32-specific, they're just the dirs that # haven't yet been made portable. sconscript_dirs.extend([ - 'SConscript.port', 'activex_shim/SConscript', 'activex_shim_dll/SConscript', 'build/localized_strings/SConscript', |