summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-13 02:38:31 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-13 02:38:31 +0000
commit48352a17719783565d2e7c97de5eeddd6b0e9b8d (patch)
tree85bed788bc121e1202aaf70a734c6dfcd173dafd
parente15b35a334072ef30482fc6eda10034788dfcd95 (diff)
downloadchromium_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
-rw-r--r--third_party/iaccessible2/iaccessible2.gyp3
-rw-r--r--third_party/isimpledom/isimpledom.gyp5
2 files changed, 2 insertions, 6 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': {
diff --git a/third_party/isimpledom/isimpledom.gyp b/third_party/isimpledom/isimpledom.gyp
index d85569f..61ba162 100644
--- a/third_party/isimpledom/isimpledom.gyp
+++ b/third_party/isimpledom/isimpledom.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.
@@ -23,13 +23,10 @@
'ISimpleDOMText.idl',
'<(INTERMEDIATE_DIR)/ISimpleDOMDocument.h',
'<(INTERMEDIATE_DIR)/ISimpleDOMDocument_i.c',
- '<(INTERMEDIATE_DIR)/ISimpleDOMDocument_p.c',
'<(INTERMEDIATE_DIR)/ISimpleDOMNode.h',
'<(INTERMEDIATE_DIR)/ISimpleDOMNode_i.c',
- '<(INTERMEDIATE_DIR)/ISimpleDOMNode_p.c',
'<(INTERMEDIATE_DIR)/ISimpleDOMText.h',
'<(INTERMEDIATE_DIR)/ISimpleDOMText_i.c',
- '<(INTERMEDIATE_DIR)/ISimpleDOMText_p.c',
],
'hard_dependency': 1,
'direct_dependent_settings': {