diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-13 02:38:31 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-13 02:38:31 +0000 |
commit | 48352a17719783565d2e7c97de5eeddd6b0e9b8d (patch) | |
tree | 85bed788bc121e1202aaf70a734c6dfcd173dafd /third_party/iaccessible2 | |
parent | e15b35a334072ef30482fc6eda10034788dfcd95 (diff) | |
download | chromium_src-48352a17719783565d2e7c97de5eeddd6b0e9b8d.zip chromium_src-48352a17719783565d2e7c97de5eeddd6b0e9b8d.tar.gz chromium_src-48352a17719783565d2e7c97de5eeddd6b0e9b8d.tar.bz2 |
remove _p.c files to avoid link errors when incremental linking
As far as I can tell, the _p.c files should only be included into a proxy when
calling across domains. When linking incrementally it appears those files
aren't dead-stripped which causes unresolved external references to
CStdStubBuffer_Release.
BUG=92175
TEST=no new functionality
Review URL: http://codereview.chromium.org/7599005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96669 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/iaccessible2')
-rw-r--r-- | third_party/iaccessible2/iaccessible2.gyp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/iaccessible2/iaccessible2.gyp b/third_party/iaccessible2/iaccessible2.gyp index ea9834b..2b33965 100644 --- a/third_party/iaccessible2/iaccessible2.gyp +++ b/third_party/iaccessible2/iaccessible2.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2010 The Chromium Authors. All rights reserved. +# Copyright (c) 2011 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -21,7 +21,6 @@ 'ia2_api_all.idl', '<(INTERMEDIATE_DIR)/ia2_api_all.h', '<(INTERMEDIATE_DIR)/ia2_api_all_i.c', - '<(INTERMEDIATE_DIR)/ia2_api_all_p.c', ], 'hard_dependency': 1, 'direct_dependent_settings': { |