summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authorhidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 13:57:49 +0000
committerhidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-17 13:57:49 +0000
commit415cbc46f9bb34f47c40135d219b44466bbd0c1e (patch)
tree95a1a383d77e265789c16d528f39061d6c45a60f /chrome/tools
parentd1cc628ce2dcb17957bd45042f475f8b05f1c0fa (diff)
downloadchromium_src-415cbc46f9bb34f47c40135d219b44466bbd0c1e.zip
chromium_src-415cbc46f9bb34f47c40135d219b44466bbd0c1e.tar.gz
chromium_src-415cbc46f9bb34f47c40135d219b44466bbd0c1e.tar.bz2
Strip CRs from *.exe.manifest that have them
As previously reported in http://crbug.com/128744, our commit queue cannot deal with files ending with CR/LF. This CL strips CRs from some *.exe.manifest so that https://codereview.chromium.org/18477012/ can be committed via commit queue. BUG=259228 R=jochen@chromium.org Review URL: https://codereview.chromium.org/19587002 Patch from Yohei Yukawa <Yukawa@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212029 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r--chrome/tools/crash_service/crash_service.exe.manifest22
1 files changed, 11 insertions, 11 deletions
diff --git a/chrome/tools/crash_service/crash_service.exe.manifest b/chrome/tools/crash_service/crash_service.exe.manifest
index 28469a3..b3edfb5 100644
--- a/chrome/tools/crash_service/crash_service.exe.manifest
+++ b/chrome/tools/crash_service/crash_service.exe.manifest
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
- <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
- <ms_asmv2:security>
- <ms_asmv2:requestedPrivileges>
- <ms_asmv2:requestedExecutionLevel level="asInvoker">
- </ms_asmv2:requestedExecutionLevel>
- </ms_asmv2:requestedPrivileges>
- </ms_asmv2:security>
- </ms_asmv2:trustInfo>
-</assembly>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
+ <ms_asmv2:security>
+ <ms_asmv2:requestedPrivileges>
+ <ms_asmv2:requestedExecutionLevel level="asInvoker">
+ </ms_asmv2:requestedExecutionLevel>
+ </ms_asmv2:requestedPrivileges>
+ </ms_asmv2:security>
+ </ms_asmv2:trustInfo>
+</assembly>