Restore variadic macros in DevToolsEmbedderMessageDispatcher
[chromium-blink-merge.git] / third_party / tcmalloc / chromium / src / config.h
blobf2ac8f69e04247cc7de4c878679fda1fe8dd1121
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CONFIG_H_
7 #include "build/build_config.h"
9 #if defined(OS_WIN)
10 #include "third_party/tcmalloc/chromium/src/config_win.h"
11 #elif defined(OS_ANDROID)
12 #include "third_party/tcmalloc/chromium/src/config_android.h"
13 #elif defined(OS_LINUX)
14 #include "third_party/tcmalloc/chromium/src/config_linux.h"
15 #elif defined(OS_FREEBSD)
16 #include "third_party/tcmalloc/chromium/src/config_freebsd.h"
17 #endif
19 #endif // CONFIG_H_