Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1455)

Side by Side Diff: chrome/tools/build/win/server.rules

Issue 172031: Update gyp files and DEPS for icu42 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/tools/build/win/FILES ('k') | net/base/net_util_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <VisualStudioToolFile 2 <VisualStudioToolFile
3 Name="DLL Registration Rules" 3 Name="DLL Registration Rules"
4 Version="8.00" 4 Version="8.00"
5 > 5 >
6 <Rules> 6 <Rules>
7 <CustomBuildRule 7 <CustomBuildRule
8 Name="Scan Server DLLs" 8 Name="Scan Server DLLs"
9 DisplayName="Scan Server DLLs" 9 DisplayName="Scan Server DLLs"
10 CommandLine="$(SolutionDir)..\third_party\python_24\pyth on.exe $(SolutionDir)tools\build\win\scan_server_dlls.py --output_dir=&quot;$(Ou tDir)&quot; --input_file=&quot;$(InputPath)&quot; --header_output_dir=&quot;$(In tDir)&quot; --distribution=$(CHROMIUM_BUILD)" 10 CommandLine="$(SolutionDir)..\third_party\python_24\pyth on.exe $(SolutionDir)tools\build\win\scan_server_dlls.py --output_dir=&quot;$(Ou tDir)&quot; --input_file=&quot;$(InputPath)&quot; --header_output_dir=&quot;$(In tDir)&quot; --distribution=$(CHROMIUM_BUILD)"
11 Outputs="$(OutDir)/registered_dlls.h;" 11 Outputs="$(OutDir)/registered_dlls.h;"
12 » » » AdditionalDependencies="$(SolutionDir)\tools\build\win\s can_server_dlls.py;$(OutDir)\chrome.exe;$(OutDir)\crash_reporter.exe;$(OutDir)\c hrome.dll;$(OutDir)\locales\en-US.dll;$(OutDir)\icudt38.dll" 12 » » » AdditionalDependencies="$(SolutionDir)\tools\build\win\s can_server_dlls.py;$(OutDir)\chrome.exe;$(OutDir)\crash_reporter.exe;$(OutDir)\c hrome.dll;$(OutDir)\locales\en-US.dll;$(OutDir)\icudt42.dll"
13 FileExtensions="*.release" 13 FileExtensions="*.release"
14 ExecutionDescription="Scanning for COM Server DLLs..." 14 ExecutionDescription="Scanning for COM Server DLLs..."
15 ShowOnlyRuleProperties="false" 15 ShowOnlyRuleProperties="false"
16 > 16 >
17 <Properties> 17 <Properties>
18 </Properties> 18 </Properties>
19 </CustomBuildRule> 19 </CustomBuildRule>
20 </Rules> 20 </Rules>
21 </VisualStudioToolFile> 21 </VisualStudioToolFile>
OLDNEW
« no previous file with comments | « chrome/tools/build/win/FILES ('k') | net/base/net_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698