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

Unified Diff: chrome_elf/chrome_exe_manifest.template

Issue 137373002: Move Version Assembly code out of chrome_elf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome_elf/chrome_exe_manifest.template
diff --git a/chrome_elf/chrome_exe_manifest.template b/chrome_elf/chrome_exe_manifest.template
deleted file mode 100644
index 7c66328e20688f2156b04246d1f16ad2244be116..0000000000000000000000000000000000000000
--- a/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>

Powered by Google App Engine
This is Rietveld 408576698