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

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: pure rebase 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
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 37cf83e4535db7c79534307ee27fda6aaac419a6..078c7e21ba5863fa61e7db28af971c2c92fb21e5 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -195,7 +195,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",
@@ -420,7 +419,6 @@ if (!is_android && !is_mac) {
deps = [
":content_shell_lib",
":pak",
- "//base/allocator",
"//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698