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

Unified Diff: base/BUILD.gn

Issue 2649973003: Move logic from memory_mac to allocator_interception_mac. (Closed)
Patch Set: Comments from primiano. Created 3 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 | « no previous file | base/allocator/allocator_interception_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index bdecf4a257593cdbce9ab4efba48386d5b23ade0..4dd7c690338fb4c9a8c948caf1240e54a784cd50 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -149,6 +149,8 @@ component("base") {
"allocator/allocator_check.h",
"allocator/allocator_extension.cc",
"allocator/allocator_extension.h",
+ "allocator/allocator_interception_mac.h",
+ "allocator/allocator_interception_mac.mm",
"allocator/allocator_shim.h",
"allocator/oom.h",
"android/animation_frame_time_histogram.cc",
« no previous file with comments | « no previous file | base/allocator/allocator_interception_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698