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

Side by Side Diff: chrome/tools/build/win/unit_test.vsprops

Issue 2067193002: win: Remove a few files that look unused. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « chrome/tools/build/win/sln_deps.py ('k') | chrome/tools/build/win/using_javascriptcore.vsprops » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="unit_test"
6 InheritedPropertySheets="$(SolutionDir)third_party\wtl\using_wtl.vsprops ;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops"
7 >
8 <Tool
9 Name="VCCLCompilerTool"
10 AdditionalIncludeDirectories="$(SolutionDir).."
11 PreprocessorDefinitions="UNIT_TEST"
12 />
13 <Tool
14 Name="VCLinkerTool"
15 AdditionalDependencies="rpcrt4.lib oleacc.lib comsupp.lib"
16 />
17 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « chrome/tools/build/win/sln_deps.py ('k') | chrome/tools/build/win/using_javascriptcore.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698