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

Unified Diff: chrome/installer/setup/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 | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/BUILD.gn
diff --git a/chrome/installer/setup/BUILD.gn b/chrome/installer/setup/BUILD.gn
index ca52311d89d2395fab87ee36e38d3bf20ecf4307..efb176bb82424d35a8eb8d32aa30c511b3e0a358 100644
--- a/chrome/installer/setup/BUILD.gn
+++ b/chrome/installer/setup/BUILD.gn
@@ -22,7 +22,6 @@ if (is_win) {
deps = [
":lib",
- "//base/allocator",
"//build/config/sanitizers:deps",
"//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
]
@@ -83,7 +82,6 @@ if (is_win) {
":lib",
"//base",
"//base:i18n",
- "//base/allocator",
"//base/test:test_support",
"//chrome/installer/mini_installer:unit_tests",
"//testing/gmock",
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698