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

Unified Diff: base/BUILD.gn

Issue 2907563002: allocator/Windows: delete the old non-unified allocator-shim (Closed)
Patch Set: remove comment Created 3 years, 7 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/BUILD.gn » ('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 a6c8e51ebee1765526b3964e014186bc0e74785a..42fc780bdeb539566b76b774fea9acbe21675f51 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1122,7 +1122,6 @@ component("base") {
configs += [
":base_flags",
":base_implementation",
- "//base/allocator:allocator_shim_define", # for allocator_check.cc.
"//build/config:precompiled_headers",
]
@@ -2292,9 +2291,6 @@ test("base_unittests") {
":base_unittests_bundle_data",
]
- # Some unittests depend on the ALLOCATOR_SHIM macro.
- configs += [ "//base/allocator:allocator_shim_define" ]
-
data = [
"test/data/",
]
« no previous file with comments | « no previous file | base/allocator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698