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

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

Issue 99473012: Enable icu_use_data_file on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: icudtl.dat listed in win/server.rules Created 7 years 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/TESTS ('k') | net/net.gyp » ('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)\icudt.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)\icudtl.dat"
jungshik at Google 2013/12/20 12:05:58 Looks like I shouldn't add icudtl.dat here because
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/TESTS ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698