diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-21 19:25:57 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-21 19:25:57 +0000 |
commit | 89ea239038e16ab982c0066fec2f67a56000c4ce (patch) | |
tree | 7b621fbbec018ebb8837e3ed729e9c59383f2b93 /sandbox/sandbox.scons | |
parent | 2d84617f10c745c25e67544467c6d7f7d6367132 (diff) | |
download | chromium_src-89ea239038e16ab982c0066fec2f67a56000c4ce.zip chromium_src-89ea239038e16ab982c0066fec2f67a56000c4ce.tar.gz chromium_src-89ea239038e16ab982c0066fec2f67a56000c4ce.tar.bz2 |
Capture a wow_helper.scons config (close to building, but not
worth finishing) with comments about why we don't actually build
it (if only to help others avoid confusion in the future).
Review URL: http://codereview.chromium.org/11571
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5834 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/sandbox.scons')
-rw-r--r-- | sandbox/sandbox.scons | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/sandbox.scons b/sandbox/sandbox.scons index 039a883..22332e3 100644 --- a/sandbox/sandbox.scons +++ b/sandbox/sandbox.scons @@ -20,6 +20,12 @@ sconscript_files = [ 'tests/integration_tests/sbox_integration_tests.scons', 'tests/unit_tests/sbox_unittests.scons', 'tests/validation_tests/sbox_validation_tests.scons', + + # NOTE: We don't build wow_helper. It has generated binaries + # checked in directly. The wow_helper.scons config should be + # close (it replicates most options) but may need work to build + # successfully (plus the 64-bit version of Visual Studio tools). + #'wow_helper/wow_helper.scons', ] SConscript(sconscript_files, exports=['env']) |