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

Unified Diff: chrome/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 | « cc/cc_tests.gyp ('k') | chrome/android/chrome_apk.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index db8d6d6f876072ee5b8eacf7a7c140d8209fd902..d3e7daf6fb9e85148849dfbc84e74823a9a81fb4 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -178,7 +178,6 @@ if (!is_android) {
":browser_dependencies",
":child_dependencies",
":manpage",
- "//base/allocator",
# Needed to use the master_preferences functions
"//chrome/installer/util:with_no_strings",
@@ -293,7 +292,6 @@ if (is_mac || is_win) {
deps = [
":browser_dependencies",
- "//base/allocator",
"//build/config/sanitizers:deps",
]
if (is_win) {
@@ -394,7 +392,6 @@ if (is_mac || is_win) {
":child_dependencies",
":chrome_child_manifest",
":chrome_dll_version",
- "//base/allocator",
"//build/config/sanitizers:deps",
"//components/browser_watcher:browser_watcher_client",
"//components/crash/content/app",
« no previous file with comments | « cc/cc_tests.gyp ('k') | chrome/android/chrome_apk.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698