Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: chrome/chrome_tests.gypi

Issue 10916284: Disable type_profiler in pyautolib. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
'..',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698