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

Unified Diff: base/trace_event/BUILD.gn

Issue 1487403002: Remove allocator_extension_thunks since this layer is not required (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove NULL Created 5 years 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
Index: base/trace_event/BUILD.gn
diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
index 85c26e2af5bd3e3da29125d10175b033b2319b80..91838b60635568ba1b45b61d9900e0e0b59331f9 100644
--- a/base/trace_event/BUILD.gn
+++ b/base/trace_event/BUILD.gn
@@ -90,7 +90,6 @@ source_set("trace_event") {
"malloc_dump_provider.cc",
"malloc_dump_provider.h",
]
- deps += [ "//base/allocator:extension_thunks" ]
}
if (is_linux || is_android) {

Powered by Google App Engine
This is Rietveld 408576698