Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: sandbox/tests/unit_tests/sbox_unittests.scons

Issue 10863: * fix sandbox build on windows (Closed)
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sandbox/tests/unit_tests/sbox_unittests.scons
diff --git a/sandbox/tests/unit_tests/sbox_unittests.scons b/sandbox/tests/unit_tests/sbox_unittests.scons
index f311ede2a7c36fb89ddcd82cc207ba465960edbf..bf1bf034c2ab7024c589b5cc1f041f5dbfc91dbf 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})

Powered by Google App Engine
This is Rietveld 408576698