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

Unified Diff: base/allocator/BUILD.gn

Issue 2692273008: Hacky slashy (Closed)
Patch Set: wip Created 3 years, 10 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
Index: base/allocator/BUILD.gn
diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
index 8cdb06161f5c23afb34058f71a449024c5a93d54..cc933bb6a1de6a837eb596c97ce391b983b9c141 100644
--- a/base/allocator/BUILD.gn
+++ b/base/allocator/BUILD.gn
@@ -245,7 +245,7 @@ if (use_allocator == "tcmalloc") {
defines += [ "ENABLE_PROFILING=1" ]
}
- if (is_linux || is_android) {
+ if (is_linux || is_android || current_os == "fuchsia") {
sources -= [
"$tcmalloc_dir/src/system-alloc.h",
"$tcmalloc_dir/src/windows/port.cc",

Powered by Google App Engine
This is Rietveld 408576698