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

Unified Diff: ipc/BUILD.gn

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 years, 11 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 | « gpu/gpu.gyp ('k') | ipc/ipc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « gpu/gpu.gyp ('k') | ipc/ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698