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

Unified Diff: media/base/BUILD.gn

Issue 2907563002: allocator/Windows: delete the old non-unified allocator-shim (Closed)
Patch Set: fix allocator_shim_define 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
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index ffd1027a251e47c2800f9b2cb8083c62654d1ea7..56a851613ca81318552e67248a1dba6f8da07229 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -16,8 +16,6 @@ if (is_android) {
config("base_config") {
configs = [
- # This target uses the ALLOCATOR_SHIM define.
- "//base/allocator:allocator_shim_define",
"//build/config:precompiled_headers",
"//build/config/compiler:no_size_t_to_int_warning",
"//media:media_config",
@@ -281,6 +279,8 @@ target(link_target_type, "base") {
"//ui/gfx:color_space",
]
deps = [
+ # For BUILDFLAG(USE_EXPERIMENTAL_ALLOCATOR_SHIM).
+ "//base/allocator:features",
"//base/third_party/dynamic_annotations:dynamic_annotations",
"//gpu",
"//media:media_features",

Powered by Google App Engine
This is Rietveld 408576698