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

Unified Diff: testing/save_arguments_version.rc

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « testing/save_arguments.cc ('k') | testing/ui/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/save_arguments_version.rc
diff --git a/testing/save_arguments_version.rc b/testing/save_arguments_version.rc
deleted file mode 100644
index 08e779d0198cf80474a5f82ad62a65c413e416de..0000000000000000000000000000000000000000
--- a/testing/save_arguments_version.rc
+++ /dev/null
@@ -1,71 +0,0 @@
-// Copyright 2007 Google Inc.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-// ========================================================================
-
-#include <afxres.h>
-
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-
-VS_VERSION_INFO VERSIONINFO
-// Resource Editor does not handle constants from main.scons.
-#ifndef APSTUDIO_INVOKED
- FILEVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_BUILD,VERSION_PATCH
- PRODUCTVERSION VERSION_MAJOR,VERSION_MINOR,VERSION_BUILD,VERSION_PATCH
-#endif // APSTUDIO_INVOKED
- FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
-#if defined _DEBUG && OFFICIAL_BUILD
- FILEFLAGS VS_FF_DEBUG
-#elif defined _DEBUG
- FILEFLAGS VS_FF_DEBUG | VS_FF_PRIVATEBUILD
-#elif !OFFICIAL_BUILD
- FILEFLAGS VS_FF_PRIVATEBUILD
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS VOS_NT_WINDOWS32
- FILETYPE VFT_APP
- FILESUBTYPE VFT2_UNKNOWN
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904b0"
- BEGIN
-// Requires constants from mains.scons that cannot be loaded in Resource Editor.
-#ifndef APSTUDIO_INVOKED
- VALUE "CompanyName", FULL_COMPANY_NAME_ANSI
- VALUE "FileDescription", OMAHA_APP_NAME_ANSI " SaveArguments"
- VALUE "FileVersion", VERSION_NUMBER_STRING
- VALUE "InternalName", OMAHA_APP_NAME_ANSI
- VALUE "LegalCopyright", OMAHA_COPYRIGHT_STRING_ENGLISH
- VALUE "OriginalFilename", "SaveArguments.exe"
- VALUE "ProductName", OMAHA_APP_NAME_ANSI
- VALUE "ProductVersion", VERSION_NUMBER_STRING
- #ifdef _DEBUG
- VALUE "Debug", ""
- #endif
- #if !OFFICIAL_BUILD
- VALUE "PrivateBuild", BUILD_NUMBER
- #endif
-#else
- VALUE "_SpecialView",
- "Most values are not shown in Resource Editor because they "
- "require build file constants."
-#endif // APSTUDIO_INVOKED
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0409, 1200
- END
-END
« no previous file with comments | « testing/save_arguments.cc ('k') | testing/ui/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698