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

Unified Diff: content/shell/BUILD.gn

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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: 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",
]

Powered by Google App Engine
This is Rietveld 408576698