| Index: base/base_unittests.scons
|
| ===================================================================
|
| --- base/base_unittests.scons (revision 7854)
|
| +++ base/base_unittests.scons (working copy)
|
| @@ -168,6 +168,7 @@
|
| 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 @@
|
| '$(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.
|
|
|