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

Unified Diff: base/allocator/BUILD.gn

Issue 2849763002: Remove non-existing headers from the build (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | chrome/browser/BUILD.gn » ('j') | third_party/WebKit/public/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/allocator/BUILD.gn
diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
index ac534817fc8eb4252bbb2bfee5babd1bcd262e45..f7f62b08b719a6ac26dcc52998e49ea8fe085e21 100644
--- a/base/allocator/BUILD.gn
+++ b/base/allocator/BUILD.gn
@@ -164,15 +164,12 @@ if (use_allocator == "tcmalloc") {
"$tcmalloc_dir/src/heap-profile-table.cc",
"$tcmalloc_dir/src/heap-profile-table.h",
"$tcmalloc_dir/src/heap-profiler.cc",
- "$tcmalloc_dir/src/heap-profiler.h",
"$tcmalloc_dir/src/internal_logging.cc",
"$tcmalloc_dir/src/internal_logging.h",
"$tcmalloc_dir/src/linked_list.h",
"$tcmalloc_dir/src/malloc_extension.cc",
- "$tcmalloc_dir/src/malloc_extension.h",
"$tcmalloc_dir/src/malloc_hook-inl.h",
"$tcmalloc_dir/src/malloc_hook.cc",
- "$tcmalloc_dir/src/malloc_hook.h",
Nico 2017/04/28 18:15:33 That's probably this one: https://cs.chromium.org/
wychen 2017/04/28 19:19:06 Done.
"$tcmalloc_dir/src/maybe_threads.cc",
"$tcmalloc_dir/src/maybe_threads.h",
"$tcmalloc_dir/src/memory_region_map.cc",
@@ -188,7 +185,6 @@ if (use_allocator == "tcmalloc") {
"$tcmalloc_dir/src/stack_trace_table.cc",
"$tcmalloc_dir/src/stack_trace_table.h",
"$tcmalloc_dir/src/stacktrace.cc",
- "$tcmalloc_dir/src/stacktrace.h",
"$tcmalloc_dir/src/static_vars.cc",
"$tcmalloc_dir/src/static_vars.h",
"$tcmalloc_dir/src/symbolize.cc",
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | third_party/WebKit/public/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698