diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-13 00:21:03 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-13 00:21:03 +0000 |
commit | 007f8e7a1b28d7a90ffac9fa31005dc9a464647c (patch) | |
tree | 071a7e0c54b925e2285e19eebb92eeb6084c94d7 /sandbox/tests | |
parent | 4c1fb7ec9e85150afcbc7f3e0c2cbe788e31e9de (diff) | |
download | chromium_src-007f8e7a1b28d7a90ffac9fa31005dc9a464647c.zip chromium_src-007f8e7a1b28d7a90ffac9fa31005dc9a464647c.tar.gz chromium_src-007f8e7a1b28d7a90ffac9fa31005dc9a464647c.tar.bz2 |
* fix sandbox build on windows
tbr=evan
Review URL: http://codereview.chromium.org/10863
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/tests')
-rw-r--r-- | sandbox/tests/integration_tests/sbox_integration_tests.scons | 1 | ||||
-rw-r--r-- | sandbox/tests/unit_tests/sbox_unittests.scons | 1 | ||||
-rw-r--r-- | sandbox/tests/validation_tests/sbox_validation_tests.scons | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sandbox/tests/integration_tests/sbox_integration_tests.scons b/sandbox/tests/integration_tests/sbox_integration_tests.scons index ad0f39a..34044c9 100644 --- a/sandbox/tests/integration_tests/sbox_integration_tests.scons +++ b/sandbox/tests/integration_tests/sbox_integration_tests.scons @@ -8,6 +8,7 @@ env = env.Clone() env.SConscript([ '$BASE_DIR/using_base.scons', + '$DMG_FP_DIR/using_dmg_fp.scons', '$GTEST_DIR/../using_gtest.scons', '$SANDBOX_DIR/using_sandbox.scons', ], {'env':env}) diff --git a/sandbox/tests/unit_tests/sbox_unittests.scons b/sandbox/tests/unit_tests/sbox_unittests.scons index f311ede..bf1bf03 100644 --- a/sandbox/tests/unit_tests/sbox_unittests.scons +++ b/sandbox/tests/unit_tests/sbox_unittests.scons @@ -8,6 +8,7 @@ env = env.Clone() env.SConscript([ '$BASE_DIR/using_base.scons', + '$DMG_FP_DIR/using_dmg_fp.scons', '$GTEST_DIR/../using_gtest.scons', '$SANDBOX_DIR/using_sandbox.scons', ], {'env':env}) diff --git a/sandbox/tests/validation_tests/sbox_validation_tests.scons b/sandbox/tests/validation_tests/sbox_validation_tests.scons index 7320034..7d2b95d 100644 --- a/sandbox/tests/validation_tests/sbox_validation_tests.scons +++ b/sandbox/tests/validation_tests/sbox_validation_tests.scons @@ -8,6 +8,7 @@ env = env.Clone() env.SConscript([ '$BASE_DIR/using_base.scons', + '$DMG_FP_DIR/using_dmg_fp.scons', '$GTEST_DIR/../using_gtest.scons', '$SANDBOX_DIR/using_sandbox.scons', ], {'env':env}) |