| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 3b7b861c72143112613a6d605fec9dc2b7260720..6b77a91f225196ac002c815a018e4b73d2243bd3 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -4453,6 +4453,13 @@
|
| },
|
| 'msvs_disabled_warnings': [4211],
|
| 'conditions': [
|
| + # Disable the type profiler. _POSIX_C_SOURCE and _XOPEN_SOURCE
|
| + # conflict between <Python.h> and <typeinfo>.
|
| + ['OS=="linux" and clang_type_profiler==1', {
|
| + 'cflags_cc!': [
|
| + '-fintercept-allocation-functions',
|
| + ],
|
| + }],
|
| ['os_posix == 1 and OS!="mac"', {
|
| 'include_dirs': [
|
| '..',
|
|
|