| Index: chrome/tools/build/win/server.rules
|
| ===================================================================
|
| --- chrome/tools/build/win/server.rules (revision 25651)
|
| +++ chrome/tools/build/win/server.rules (working copy)
|
| @@ -9,7 +9,7 @@
|
| DisplayName="Scan Server DLLs"
|
| CommandLine="$(SolutionDir)..\third_party\python_24\python.exe $(SolutionDir)tools\build\win\scan_server_dlls.py --output_dir="$(OutDir)" --input_file="$(InputPath)" --header_output_dir="$(IntDir)" --distribution=$(CHROMIUM_BUILD)"
|
| Outputs="$(OutDir)/registered_dlls.h;"
|
| - AdditionalDependencies="$(SolutionDir)\tools\build\win\scan_server_dlls.py;$(OutDir)\chrome.exe;$(OutDir)\crash_reporter.exe;$(OutDir)\chrome.dll;$(OutDir)\locales\en-US.dll;$(OutDir)\icudt38.dll"
|
| + AdditionalDependencies="$(SolutionDir)\tools\build\win\scan_server_dlls.py;$(OutDir)\chrome.exe;$(OutDir)\crash_reporter.exe;$(OutDir)\chrome.dll;$(OutDir)\locales\en-US.dll;$(OutDir)\icudt42.dll"
|
| FileExtensions="*.release"
|
| ExecutionDescription="Scanning for COM Server DLLs..."
|
| ShowOnlyRuleProperties="false"
|
|
|