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

Unified Diff: media/base/BUILD.gn

Issue 2907563002: allocator/Windows: delete the old non-unified allocator-shim (Closed)
Patch Set: 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..ee0c4cff4b140617d5f6fb9a0770e5bf99b647e5 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -16,8 +16,8 @@ if (is_android) {
config("base_config") {
configs = [
- # This target uses the ALLOCATOR_SHIM define.
- "//base/allocator:allocator_shim_define",
+ # For BUILDFLAG(USE_EXPERIMENTAL_ALLOCATOR_SHIM).
+ "//base/allocator:features",
"//build/config:precompiled_headers",
"//build/config/compiler:no_size_t_to_int_warning",
"//media:media_config",

Powered by Google App Engine
This is Rietveld 408576698