| 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",
|
|
|