diff options
author | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-04 01:01:22 +0000 |
---|---|---|
committer | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-04 01:01:22 +0000 |
commit | 3878d08262a721fd785844c56e3e7c0617647101 (patch) | |
tree | 66146c43f3a4fdafe365cfdd840b0b1d30449a77 /build/SConscript.main | |
parent | 86f0c5a6215c963cd9e3c21517f86ccf62565c4c (diff) | |
download | chromium_src-3878d08262a721fd785844c56e3e7c0617647101.zip chromium_src-3878d08262a721fd785844c56e3e7c0617647101.tar.gz chromium_src-3878d08262a721fd785844c56e3e7c0617647101.tar.bz2 |
Stop filtering out the 'gears' SConscript on linux and mac.
Review URL: http://codereview.chromium.org/12929
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/SConscript.main')
-rw-r--r-- | build/SConscript.main | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/SConscript.main b/build/SConscript.main index 58d3e27..aa6dbb9 100644 --- a/build/SConscript.main +++ b/build/SConscript.main @@ -452,7 +452,6 @@ linux_env.FilterOut( BUILD_SCONSCRIPTS = [ '$BSPATCH_DIR/bspatch.scons', '$BSDIFF_DIR/bsdiff.scons', - '$GEARS_DIR/SConscript', '$GOOGLE_UPDATE_DIR/SConscript', '$RLZ_DIR/SConscript', '$SANDBOX_DIR/sandbox.scons', @@ -548,7 +547,6 @@ mac_env.FilterOut( '$BSDIFF_DIR/bsdiff.scons', '$BSPATCH_DIR/bspatch.scons', '$CHROME_DIR/chrome.scons', - '$GEARS_DIR/SConscript', '$GOOGLE_UPDATE_DIR/SConscript', '$LIBJPEG_DIR/libjpeg.scons', '$LIBXML_DIR/libxml.scons', |