summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-06 09:11:54 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-06 09:11:54 +0000
commit3bc8e9fc0d76910b4550e9109a5a30f51f98d9c9 (patch)
tree73ea31efde5db3e7adb2ec68b20b97f2db1c2b6c
parentc574679f520b3b2b11c7d2f8e3d63c25605ddb33 (diff)
downloadchromium_src-3bc8e9fc0d76910b4550e9109a5a30f51f98d9c9.zip
chromium_src-3bc8e9fc0d76910b4550e9109a5a30f51f98d9c9.tar.gz
chromium_src-3bc8e9fc0d76910b4550e9109a5a30f51f98d9c9.tar.bz2
Remove platform SDK reference in allocator.gyp
The correct reference gets inheritted from common.gypi BUG=177954 Review URL: https://chromiumcodereview.appspot.com/12313089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186381 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--base/allocator/allocator.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index 52420cf..74e0a43 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -294,8 +294,6 @@
# TODO(sgk): merge this with build/common.gypi settings
'VCLibrarianTool': {
'AdditionalOptions': ['/ignore:4006,4221'],
- 'AdditionalLibraryDirectories':
- ['<(DEPTH)/third_party/platformsdk_win7/files/Lib'],
},
'VCLinkerTool': {
'AdditionalOptions': ['/ignore:4006'],