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

Side by Side Diff: chrome/tools/build/win/version.bat

Issue 132793008: Revert 248878 "Merge 248802 "Remove build references to third_pa..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1823/src/
Patch Set: Created 6 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/tools/build/win/version.rules » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @echo off 1 @echo off
2 :: Copyright (c) 2011 The Chromium Authors. All rights reserved. 2 :: Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 :: Use of this source code is governed by a BSD-style license that can be 3 :: Use of this source code is governed by a BSD-style license that can be
4 :: found in the LICENSE file. 4 :: found in the LICENSE file.
5 5
6 :: Batch file run as build command for chrome_dll.vcproj 6 :: Batch file run as build command for chrome_dll.vcproj
7 7
8 setlocal 8 setlocal
9 9
10 set InFile=%~1 10 set InFile=%~1
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 | sed "s/@COMPANY_FULLNAME@/%COMPANY_FULLNAME%/" ^ 55 | sed "s/@COMPANY_FULLNAME@/%COMPANY_FULLNAME%/" ^
56 | sed "s/@COMPANY_SHORTNAME@/%COMPANY_SHORTNAME%/" ^ 56 | sed "s/@COMPANY_SHORTNAME@/%COMPANY_SHORTNAME%/" ^
57 | sed "s/@PRODUCT_FULLNAME@/%PRODUCT_FULLNAME%/" ^ 57 | sed "s/@PRODUCT_FULLNAME@/%PRODUCT_FULLNAME%/" ^
58 | sed "s/@PRODUCT_SHORTNAME@/%PRODUCT_SHORTNAME%/" ^ 58 | sed "s/@PRODUCT_SHORTNAME@/%PRODUCT_SHORTNAME%/" ^
59 | sed "s/@PRODUCT_EXE@/%PRODUCT_EXE%/" ^ 59 | sed "s/@PRODUCT_EXE@/%PRODUCT_EXE%/" ^
60 | sed "s/@COPYRIGHT@/%COPYRIGHT%/" ^ 60 | sed "s/@COPYRIGHT@/%COPYRIGHT%/" ^
61 | sed "s/@OFFICIAL_BUILD@/%OFFICIAL_BUILD%/" ^ 61 | sed "s/@OFFICIAL_BUILD@/%OFFICIAL_BUILD%/" ^
62 | sed "s/@LASTCHANGE@/%LASTCHANGE%/" > %OutFile% 62 | sed "s/@LASTCHANGE@/%LASTCHANGE%/" > %OutFile%
63 63
64 endlocal 64 endlocal
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/tools/build/win/version.rules » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698