Chromium Code Reviews| Index: base/allocator/BUILD.gn |
| diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn |
| index 510c3d38f52fd2cb9715f51cd4b804343449adf6..8dce3f8c3b95744a18d9f197b49d695d75837822 100644 |
| --- a/base/allocator/BUILD.gn |
| +++ b/base/allocator/BUILD.gn |
| @@ -148,7 +148,7 @@ if (!is_android) { |
| configs -= [ "//build/config/compiler:chromium_code" ] |
| configs += [ "//build/config/compiler:no_chromium_code" ] |
| - deps = [] |
| + deps = [ "//base" ] |
| if (is_win) { |
| sources -= [ |