diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-19 18:40:10 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-19 18:40:10 +0000 |
commit | 416ed618e916018bb154acd52fd39ca1198efd22 (patch) | |
tree | 0e182ea18af67c02f2321fec905c543c41bc8fb6 | |
parent | ee3724cc8eb917d0296562fd54d170273d3b8820 (diff) | |
download | chromium_src-416ed618e916018bb154acd52fd39ca1198efd22.zip chromium_src-416ed618e916018bb154acd52fd39ca1198efd22.tar.gz chromium_src-416ed618e916018bb154acd52fd39ca1198efd22.tar.bz2 |
Remove extra copies of version.h.in's contents.
BUG=none
TEST=Look at the generated obj/global_intermediate/version.h and see that it no longer repeats itself.
Review URL: http://codereview.chromium.org/5148001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66785 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/version.h.in | 105 |
1 files changed, 0 insertions, 105 deletions
diff --git a/chrome/version.h.in b/chrome/version.h.in index 022c360..ed4004b0 100644 --- a/chrome/version.h.in +++ b/chrome/version.h.in @@ -23,108 +23,3 @@ // Changelist Information #define LASTCHANGE_STRING "@LASTCHANGE@" - -// Copyright (c) 2010 The Chromium Authors. All rights reserved. -// Use of this source is governed by a BSD-style license that can be -// found in the LICENSE file. - -// version.h is generated from version.h.in. Edit the source! - -#pragma once - -// Version Information - -#define CHROME_VERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ -#define CHROME_VERSION_STRING "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" - -// Branding Information - -#define COMPANY_FULLNAME_STRING "@COMPANY_FULLNAME@" -#define COMPANY_SHORTNAME_STRING "@COMPANY_SHORTNAME@" -#define PRODUCT_FULLNAME_STRING "@PRODUCT_FULLNAME@" -#define PRODUCT_SHORTNAME_STRING "@PRODUCT_SHORTNAME@" -#define COPYRIGHT_STRING "@COPYRIGHT@" -#define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@" - -// Changelist Information - -#define LASTCHANGE_STRING "@LASTCHANGE@" - -// Copyright (c) 2010 The Chromium Authors. All rights reserved. -// Use of this source is governed by a BSD-style license that can be -// found in the LICENSE file. - -// version.h is generated from version.h.in. Edit the source! - -#pragma once - -// Version Information - -#define CHROME_VERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ -#define CHROME_VERSION_STRING "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" - -// Branding Information - -#define COMPANY_FULLNAME_STRING "@COMPANY_FULLNAME@" -#define COMPANY_SHORTNAME_STRING "@COMPANY_SHORTNAME@" -#define PRODUCT_FULLNAME_STRING "@PRODUCT_FULLNAME@" -#define PRODUCT_SHORTNAME_STRING "@PRODUCT_SHORTNAME@" -#define COPYRIGHT_STRING "@COPYRIGHT@" -#define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@" - -// Changelist Information - -#define LASTCHANGE_STRING "@LASTCHANGE@" - -// Copyright (c) 2010 The Chromium Authors. All rights reserved. -// Use of this source is governed by a BSD-style license that can be -// found in the LICENSE file. - -// version.h is generated from version.h.in. Edit the source! - -#pragma once - -// Version Information - -#define CHROME_VERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ -#define CHROME_VERSION_STRING "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" - -// Branding Information - -#define COMPANY_FULLNAME_STRING "@COMPANY_FULLNAME@" -#define COMPANY_SHORTNAME_STRING "@COMPANY_SHORTNAME@" -#define PRODUCT_FULLNAME_STRING "@PRODUCT_FULLNAME@" -#define PRODUCT_SHORTNAME_STRING "@PRODUCT_SHORTNAME@" -#define COPYRIGHT_STRING "@COPYRIGHT@" -#define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@" - -// Changelist Information - -#define LASTCHANGE_STRING "@LASTCHANGE@" - -// Copyright (c) 2010 The Chromium Authors. All rights reserved. -// Use of this source is governed by a BSD-style license that can be -// found in the LICENSE file. - -// version.h is generated from version.h.in. Edit the source! - -#pragma once - -// Version Information - -#define CHROME_VERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@ -#define CHROME_VERSION_STRING "@MAJOR@.@MINOR@.@BUILD@.@PATCH@" - -// Branding Information - -#define COMPANY_FULLNAME_STRING "@COMPANY_FULLNAME@" -#define COMPANY_SHORTNAME_STRING "@COMPANY_SHORTNAME@" -#define PRODUCT_FULLNAME_STRING "@PRODUCT_FULLNAME@" -#define PRODUCT_SHORTNAME_STRING "@PRODUCT_SHORTNAME@" -#define COPYRIGHT_STRING "@COPYRIGHT@" -#define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@" - -// Changelist Information - -#define LASTCHANGE_STRING "@LASTCHANGE@" - |