Index: content/shell/BUILD.gn |
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
index 0fb2f9d793fd6fb173cc9e4777611aee08f8835c..a44bba963a0f63d7eaa0afe7a10d147553ea0e8e 100644 |
--- a/content/shell/BUILD.gn |
+++ b/content/shell/BUILD.gn |
@@ -193,7 +193,6 @@ static_library("content_shell_lib") { |
":resources", |
"//base", |
"//base:base_static", |
- "//base/allocator", |
"//base/third_party/dynamic_annotations", |
"//cc", |
"//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", |
@@ -418,7 +417,6 @@ if (!is_android && !is_mac) { |
deps = [ |
":content_shell_lib", |
":pak", |
- "//base/allocator", |
"//build/config/sanitizers:deps", |
"//build/win:default_exe_manifest", |
] |