summaryrefslogtreecommitdiffstats
path: root/chromium/chrome_elf/chrome_exe_manifest.template
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome_elf/chrome_exe_manifest.template')
-rw-r--r--chromium/chrome_elf/chrome_exe_manifest.template10
1 files changed, 0 insertions, 10 deletions
diff --git a/chromium/chrome_elf/chrome_exe_manifest.template b/chromium/chrome_elf/chrome_exe_manifest.template
deleted file mode 100644
index 7c66328e206..00000000000
--- a/chromium/chrome_elf/chrome_exe_manifest.template
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
- <dependency>
- <dependentAssembly>
- <assemblyIdentity type='win32'
- name='@MAJOR@.@MINOR@.@BUILD@.@PATCH@'
- version='@MAJOR@.@MINOR@.@BUILD@.@PATCH@' language='*'/>
- </dependentAssembly>
- </dependency>
-</assembly> \ No newline at end of file