| Index: net/crash_cache.scons
|
| ===================================================================
|
| --- net/crash_cache.scons (revision 7854)
|
| +++ net/crash_cache.scons (working copy)
|
| @@ -36,6 +36,7 @@
|
| env.ChromeTestProgram('crash_cache', input_files)
|
|
|
| p = env.ChromeMSVSProject('$NET_DIR/build/crash_cache.vcproj',
|
| + dest='$CHROME_SRC_DIR/net/build/crash_cache.vcproj',
|
| guid='{B0EE0599-2913-46A0-A847-A3EC813658D3}',
|
| dependencies = [
|
| '$BASE_DIR/build/base.vcproj',
|
| @@ -81,9 +82,3 @@
|
| '$(SolutionDir)../build/common.vsprops',
|
| '$(SolutionDir)../build/release.vsprops',
|
| ])
|
| -
|
| -env.AlwaysBuild(p)
|
| -
|
| -i = env.Command('$CHROME_SRC_DIR/net/build/crash_cache.vcproj', p,
|
| - Copy('$TARGET', '$SOURCE'))
|
| -Alias('msvs', i)
|
|
|