summaryrefslogtreecommitdiffstats
path: root/third_party/iaccessible2
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-07 01:49:33 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-07 01:49:33 +0000
commit4fdb3cc43e8e47db0d87931a3bcc67906ae6f21f (patch)
tree4b0582e9d5c8e32439a831e4236ba48615dc4bc0 /third_party/iaccessible2
parent5615ebd0551849f5fd2143a1b315724fcf486f96 (diff)
downloadchromium_src-4fdb3cc43e8e47db0d87931a3bcc67906ae6f21f.zip
chromium_src-4fdb3cc43e8e47db0d87931a3bcc67906ae6f21f.tar.gz
chromium_src-4fdb3cc43e8e47db0d87931a3bcc67906ae6f21f.tar.bz2
These targets were causing files to have the same output target, which ninja (reasonably) does not like.
dlldata.c is a generated file name that a bunch of idl build rules output but most do not actually compile it AFAICT. This was causing some targets in isimpledom (that contain multiple idl files) to output to the same name (dlldata.c), so uniquize it based on InputName. For the one target that seems to actually build dlldata.c, override back to the original name to keep things the same (iaccessible2). Review URL: http://codereview.chromium.org/10008061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131232 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/iaccessible2')
-rw-r--r--third_party/iaccessible2/iaccessible2.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/iaccessible2/iaccessible2.gyp b/third_party/iaccessible2/iaccessible2.gyp
index ae60d5a..918728a 100644
--- a/third_party/iaccessible2/iaccessible2.gyp
+++ b/third_party/iaccessible2/iaccessible2.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 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.
@@ -19,6 +19,7 @@
'msvs_settings': {
'VCMIDLTool': {
'OutputDirectory': '<(midl_out_dir)',
+ 'DLLDataFileName': 'dlldata.c',
},
},
'direct_dependent_settings': {