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

Unified Diff: base/BUILD.gn

Issue 2705413003: Move oom.h into partition_allocator. (Closed)
Patch Set: IWYU: Assertions.h. 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
« no previous file with comments | « no previous file | base/allocator/oom.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 833d611c6283fdf9421fb8cfef3c89379a900b14..f82f436086f9a6c357125d25b8d023b752749a62 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -152,7 +152,6 @@ component("base") {
"allocator/allocator_interception_mac.h",
"allocator/allocator_interception_mac.mm",
"allocator/allocator_shim.h",
- "allocator/oom.h",
"android/animation_frame_time_histogram.cc",
"android/animation_frame_time_histogram.h",
"android/apk_assets.cc",
@@ -1307,6 +1306,7 @@ component("base") {
# PartitionAlloc uses SpinLock, which doesn't work in NaCl (see below).
"allocator/partition_allocator/address_space_randomization.cc",
"allocator/partition_allocator/address_space_randomization.h",
+ "allocator/partition_allocator/oom.h",
"allocator/partition_allocator/page_allocator.cc",
"allocator/partition_allocator/page_allocator.h",
"allocator/partition_allocator/partition_alloc.cc",
« no previous file with comments | « no previous file | base/allocator/oom.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698