Index: ipc/BUILD.gn |
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn |
index a86eb7c934dbbf0daefbde7d428a4fa1e667e0a3..036ff19267ad1a70f1b1bd6b38efcd153e061ff6 100644 |
--- a/ipc/BUILD.gn |
+++ b/ipc/BUILD.gn |
@@ -189,13 +189,6 @@ test("ipc_tests") { |
# deps += "/testing/android/native_test.gyp:native_testNative_code" |
#} |
- # TODO(brettw) hook up tcmalloc to this target. |
- #if (is_posix && !is_mac && !is_android) { |
- # if (use_allocator!="none") { |
- # deps += "/base/allocator" |
- # } |
- #} |
- |
deps = [ |
":ipc", |
":test_support", |
@@ -218,12 +211,6 @@ test("ipc_perftests") { |
# deps += "/testing/android/native_test.gyp:native_testNative_code" |
#} |
- # TODO(brettw) hook up tcmalloc to this target. |
- #if (is_posix && !is_mac && !is_android) { |
- # if (use_allocator!="none") { |
- # deps += "//base/allocator" |
- # } |
- #} |
deps = [ |
":ipc", |
":test_support", |