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

Unified Diff: build/internal/release_impl_pgo_instrument.vsprops

Issue 567033: Dropping unconnected obsolete vsprops files. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 10 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/internal/release_impl_dom_stats.vsprops ('k') | build/internal/release_impl_pgo_optimize.vsprops » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/internal/release_impl_pgo_instrument.vsprops
===================================================================
--- build/internal/release_impl_pgo_instrument.vsprops (revision 37989)
+++ build/internal/release_impl_pgo_instrument.vsprops (working copy)
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="release_impl_pgo_instrument"
- OutputDirectory="$(DefaultOutputDirectory)_pgo"
- IntermediateDirectory="$(DefaultOutputDirectory)_pgo\obj\$(ProjectName)"
- InheritedPropertySheets=".\release_defaults.vsprops"
- >
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- EnableFiberSafeOptimizations="true"
- WholeProgramOptimization="true"
- />
- <Tool
- Name="VCLibrarianTool"
- AdditionalOptions="/ltcg"
- />
- <Tool
- Name="VCLinkerTool"
- LinkTimeCodeGeneration="2"
- />
-</VisualStudioPropertySheet>
« no previous file with comments | « build/internal/release_impl_dom_stats.vsprops ('k') | build/internal/release_impl_pgo_optimize.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698