Index: tools/gn/secondary/ipc/BUILD.gn |
diff --git a/tools/gn/secondary/ipc/BUILD.gn b/tools/gn/secondary/ipc/BUILD.gn |
index 022bbf21dc223d30fcf8eace6d4bb31d5ef7dc1f..ae3897a8a96235f60b9705adacaa90da5c0ace4b 100644 |
--- a/tools/gn/secondary/ipc/BUILD.gn |
+++ b/tools/gn/secondary/ipc/BUILD.gn |
@@ -105,7 +105,8 @@ test("ipc_tests") { |
# deps += "/testing/android/native_test.gyp:native_testNative_code" |
#} |
#if (is_posix && !is_mac && !is_android) { |
- # if (linux_use_tcmalloc) { |
+ # # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 |
+ # if ((use_allocator!="none" && use_allocator!="see_use_tcmalloc") || (use_allocator=="see_use_tcmalloc" && linux_use_tcmalloc)) { |
# deps += "/base/allocator" |
# } |
#} |
@@ -133,7 +134,8 @@ test("ipc_perftests") { |
# deps += "/testing/android/native_test.gyp:native_testNative_code" |
#} |
#if (is_posix && !is_mac && !is_android) { |
- # if (linux_use_tcmalloc) { |
+ # # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 |
+ # if ((use_allocator!="none" && use_allocator!="see_use_tcmalloc") || (use_allocator=="see_use_tcmalloc" && linux_use_tcmalloc)) { |
# deps += "//base/allocator" |
# } |
#} |