summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-27 01:25:59 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-27 01:25:59 +0000
commit054ac754be8bcdecd3f1a39a085f01ef5c5d379a (patch)
treee713bfa32a32f74e3bb7d93af58e08ced826c075 /base/base.gypi
parent8cf26423f5e01f1e25b66b126f9bf102b726b8ba (diff)
downloadchromium_src-054ac754be8bcdecd3f1a39a085f01ef5c5d379a.zip
chromium_src-054ac754be8bcdecd3f1a39a085f01ef5c5d379a.tar.gz
chromium_src-054ac754be8bcdecd3f1a39a085f01ef5c5d379a.tar.bz2
Callback support for __fastcall and __stdcall functions.
Create FunctionTraits specializations that can unwrap function pointers that are delcared with __fastcall and __stdcall on windows. Only include these in the Windows build. BUG=35223 TEST=new unittests Review URL: http://codereview.chromium.org/6561004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76174 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi
index 13cb1ba..508c4a4 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -39,6 +39,7 @@
'bind.h',
'bind_helpers.h',
'bind_internal.h',
+ 'bind_internal_win.h',
'bits.h',
'bzip2_error_handler.cc',
'callback.h',