Add the missing commas before MEMORY_TOOL_REPLACES_ALLOCATOR.
This should fix the current failures on the heapcheck bots. BUG=246860 TBR=thakis Review URL: https://codereview.chromium.org/16951012 git-svn-id: http://src.chromium.org/svn/trunk/src/build@206399 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
f7040ff355
Коммит
365ac262f9
|
@ -2078,7 +2078,7 @@
|
|||
},
|
||||
},
|
||||
'defines': [
|
||||
'ADDRESS_SANITIZER'
|
||||
'ADDRESS_SANITIZER',
|
||||
'MEMORY_TOOL_REPLACES_ALLOCATOR',
|
||||
],
|
||||
}], # asan==1 and OS=="win"
|
||||
|
@ -3297,7 +3297,7 @@
|
|||
['linux_use_heapchecker==1', {
|
||||
'variables': {'linux_use_tcmalloc%': 1},
|
||||
'defines': [
|
||||
'USE_HEAPCHECKER'
|
||||
'USE_HEAPCHECKER',
|
||||
'MEMORY_TOOL_REPLACES_ALLOCATOR',
|
||||
],
|
||||
'conditions': [
|
||||
|
|
Загрузка…
Ссылка в новой задаче