summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-20 20:09:10 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-20 20:09:10 +0000
commit93f16a87b4bf441a3eb7e278823552cf9e3b3f6d (patch)
tree284b4d57d45add8e7b973d1c7066d0f692662188 /build
parent07523187601da0b7bce5633816276b7872f19276 (diff)
downloadchromium_src-93f16a87b4bf441a3eb7e278823552cf9e3b3f6d.zip
chromium_src-93f16a87b4bf441a3eb7e278823552cf9e3b3f6d.tar.gz
chromium_src-93f16a87b4bf441a3eb7e278823552cf9e3b3f6d.tar.bz2
didn't mean to check these in
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16516 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
-rw-r--r--build/internal/essential.vsprops1
2 files changed, 0 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi
index ff15fe3..c64efd7 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -114,7 +114,6 @@
},
'msvs_settings': {
'VCCLCompilerTool': {
- 'AdditionalOptions': '/MP',
'Optimization': '0',
'PreprocessorDefinitions': ['_DEBUG'],
'BasicRuntimeChecks': '3',
@@ -409,7 +408,6 @@
'msvs_disabled_warnings': [4396, 4503, 4819],
'msvs_settings': {
'VCCLCompilerTool': {
- 'AdditionalOptions': '/MP',
'MinimalRebuild': 'false',
'ExceptionHandling': '0',
'BufferSecurityCheck': 'true',
diff --git a/build/internal/essential.vsprops b/build/internal/essential.vsprops
index 95d0b0f..6b0f1c4f 100644
--- a/build/internal/essential.vsprops
+++ b/build/internal/essential.vsprops
@@ -10,7 +10,6 @@
>
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions="/MP"
AdditionalIncludeDirectories="$(SolutionDir)..;$(SDKIncludes)"
PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0"
MinimalRebuild="false"