| Index: net/net_unittests.scons
|
| ===================================================================
|
| --- net/net_unittests.scons (revision 7854)
|
| +++ net/net_unittests.scons (working copy)
|
| @@ -144,6 +144,7 @@
|
| net_unittests = env.ChromeTestProgram('net_unittests', input_files)
|
|
|
| p = env.ChromeMSVSProject('$NET_DIR/build/net_unittests.vcproj',
|
| + dest='$CHROME_SRC_DIR/net/build/net_unittests.vcproj',
|
| dependencies = [
|
| '$BASE_DIR/build/base.vcproj',
|
| '$BZIP2_DIR/bzip2.vcproj',
|
| @@ -236,9 +237,3 @@
|
| tools=[
|
| 'VCCLCompilerTool',
|
| ])
|
| -
|
| -env.AlwaysBuild(p)
|
| -
|
| -i = env.Command('$CHROME_SRC_DIR/net/build/net_unittests.vcproj', p,
|
| - Copy('$TARGET', '$SOURCE'))
|
| -Alias('msvs', i)
|
|
|