diff options
Diffstat (limited to 'chrome/app/chrome_exe.vcproj')
-rw-r--r-- | chrome/app/chrome_exe.vcproj | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/chrome/app/chrome_exe.vcproj b/chrome/app/chrome_exe.vcproj index d0a06f3..61110a0 100644 --- a/chrome/app/chrome_exe.vcproj +++ b/chrome/app/chrome_exe.vcproj @@ -149,7 +149,7 @@ <Tool Name="VCPostBuildEventTool" Description="Copy first run complete sentinel file" - CommandLine="copy $(ProjectDir)\FirstRun $(OutDir)\"First Run"
check_dependents.bat $(TargetPath) chrome.exe.deps" + CommandLine="copy $(ProjectDir)\FirstRun $(OutDir)\"First Run"
check_dependents.bat $(TargetPath) chrome.exe.deps
" /> </Configuration> </Configurations> @@ -168,10 +168,6 @@ > </File> <File - RelativePath=".\chrome.ico" - > - </File> - <File RelativePath=".\chrome_exe.rc" > </File> @@ -193,6 +189,10 @@ > </File> <File + RelativePath=".\chrome_exe_main.cc" + > + </File> + <File RelativePath="..\common\chrome_switches.cc" > </File> @@ -213,10 +213,6 @@ > </File> <File - RelativePath=".\main.cc" - > - </File> - <File RelativePath=".\result_codes.h" > </File> |