diff options
Diffstat (limited to 'build/internal')
-rw-r--r-- | build/internal/README.chromium | 3 | ||||
-rw-r--r-- | build/internal/chromium_build.vsprops | 15 | ||||
-rw-r--r-- | build/internal/chromium_build_google_chrome.vsprops | 15 |
3 files changed, 0 insertions, 33 deletions
diff --git a/build/internal/README.chromium b/build/internal/README.chromium index 9fadd12..4624830 100644 --- a/build/internal/README.chromium +++ b/build/internal/README.chromium @@ -1,7 +1,4 @@ Internal property sheets: - chromium_build*.vsprops - Defines preprocessor definitions to control the various flavors of Chromium (currently Chromium or Google Chrome). The appropriate chromium_build*.vsprops file gets included in debug.vsprops and release.vsprops based on CHROMIUM_BUILD environment variable. - essential.vsprops Contains the common settings used throughout the projects. Is included by either ..\debug.vsprops or ..\release.vsprops, so in general, it is not included directly. diff --git a/build/internal/chromium_build.vsprops b/build/internal/chromium_build.vsprops deleted file mode 100644 index 8d2d9e6..0000000 --- a/build/internal/chromium_build.vsprops +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="chromium_build" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="CHROMIUM_BUILD" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="CHROMIUM_BUILD" - /> -</VisualStudioPropertySheet> diff --git a/build/internal/chromium_build_google_chrome.vsprops b/build/internal/chromium_build_google_chrome.vsprops deleted file mode 100644 index 93bb0a5..0000000 --- a/build/internal/chromium_build_google_chrome.vsprops +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="chromium_build" - > - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="GOOGLE_CHROME_BUILD" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="GOOGLE_CHROME_BUILD" - /> -</VisualStudioPropertySheet> |