From f8d434bd5be573b2954faa2ff4bfef37db6d194e Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Wed, 8 Oct 2008 22:07:27 +0000 Subject: Update the SCons build for the WebKit merge: * Update relevant file lists. * Modify CPPPATH directory lists to mirror the VS build. * Add new command-line defines. * Remove an incorrect /css/ subdirectory from the generated CSS*.in paths so the DAG properly hooks them up with the right source files. * Change the idiom when we exclude files that just haven't been ported yet: keep all the to-be-ported files on the global list, and explicitly remove them on the necessary platforms. (This should make it a little easier to verify that we have all the right files, and the config change when porting a file will be to just delete the relevant line.) * Comment the use of addRepository(). Review URL: http://codereview.chromium.org/6323 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3063 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/libxml/SConscript | 1 - 1 file changed, 1 deletion(-) (limited to 'third_party') diff --git a/third_party/libxml/SConscript b/third_party/libxml/SConscript index 3a0c00a..8be5f47 100644 --- a/third_party/libxml/SConscript +++ b/third_party/libxml/SConscript @@ -36,7 +36,6 @@ env.Prepend( '$ICU38_DIR/public/common', '$ICU38_DIR/public/18n', '$ZLIB_DIR', - 'scons', 'scons/include', 'include', ], -- cgit v1.1