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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].props.patch

Issue 11085093: Remove windows lines endings (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 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
Index: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].props.patch
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].props.patch b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].props.patch
index f574bd61a050fb70c24ff6147a6e01ddc43e9195..3712749858acbacaf49249177e25cff978bb2b50 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].props.patch
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].props.patch
@@ -1,20 +1,20 @@
-<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PatchRemove>
- <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" />
- </PatchRemove>
- <PatchAdd>
- <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" />
- </PatchAdd>
- <PatchRemove>
- <Import Condition="(exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).props'))" Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).props"/>
- </PatchRemove>
- <PatchAdd>
- <Import Condition="(exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).props'))" Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).props"/>
- </PatchAdd>
- <PatchRemove>
- <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" />
- </PatchRemove>
- <PatchAdd>
- <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" />
- </PatchAdd>
-</Project>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PatchRemove>
+ <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" />
+ </PatchRemove>
+ <PatchAdd>
+ <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" />
+ </PatchAdd>
+ <PatchRemove>
+ <Import Condition="(exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).props'))" Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).props"/>
+ </PatchRemove>
+ <PatchAdd>
+ <Import Condition="(exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).props'))" Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).props"/>
+ </PatchAdd>
+ <PatchRemove>
+ <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" />
+ </PatchRemove>
+ <PatchAdd>
+ <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" />
+ </PatchAdd>
+</Project>

Powered by Google App Engine
This is Rietveld 408576698