| Index: base/allocator/BUILD.gn
 | 
| diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
 | 
| index 1d0ba62cb88769892c6531d317b9e8b5243f0273..ad781f8f86d685998867bf56b74bb1aefa20c134 100644
 | 
| --- a/base/allocator/BUILD.gn
 | 
| +++ b/base/allocator/BUILD.gn
 | 
| @@ -90,6 +90,7 @@ if (is_win) {
 | 
|        public_configs = [ ":nocmt" ]
 | 
|        deps = [
 | 
|          ":prep_libc",
 | 
| +        "//base",
 | 
|        ]
 | 
|      }
 | 
|    }
 | 
| @@ -305,7 +306,7 @@ if (use_allocator == "tcmalloc") {
 | 
|    }
 | 
|  }  # !is_android
 | 
|  
 | 
| -source_set("allocator_extension_thunks") {
 | 
| +source_set("extension_thunks") {
 | 
|    visibility = [ "//base/*" ]
 | 
|    sources = [
 | 
|      "allocator_extension_thunks.cc",
 | 
| 
 |