summaryrefslogtreecommitdiffstats
path: root/base/base_unittests.scons
diff options
context:
space:
mode:
Diffstat (limited to 'base/base_unittests.scons')
-rw-r--r--base/base_unittests.scons7
1 files changed, 1 insertions, 6 deletions
diff --git a/base/base_unittests.scons b/base/base_unittests.scons
index 4b0c2e8..e76939c 100644
--- a/base/base_unittests.scons
+++ b/base/base_unittests.scons
@@ -168,6 +168,7 @@ if env.Bit('mac'):
env.ChromeTestProgram('base_unittests', input_files)
p = env.ChromeMSVSProject('build/base_unittests.vcproj',
+ dest='$CHROME_SRC_DIR/base/build/base_unittests.vcproj',
guid='{27A30967-4BBA-48D1-8522-CDE95F7B1CEC}',
dependencies=[
'$BASE_DIR/build/base.vcproj',
@@ -217,12 +218,6 @@ p.AddConfig('Release|Win32',
'$(SolutionDir)../testing/using_gtest.vsprops',
])
-env.AlwaysBuild(p)
-
-i = env.Command('$CHROME_SRC_DIR/base/build/base_unittests.vcproj', p,
- Copy('$TARGET', '$SOURCE'))
-Alias('msvs', i)
-
# TODO(sgk) should this be moved into base.lib like everything else? This will
# require updating a bunch of other SConscripts which link directly against
# this generated object file.