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

Unified Diff: ash/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 | « no previous file | ash/ash.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 25a26915d864cd80051ff246f8d4cde907a0c548..ced0d8b07737de88e276f87230d518e2fb3c5bc4 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -289,7 +289,6 @@ test("ash_unittests") {
"//ash/resources",
"//ash/strings",
"//base",
- "//base/allocator",
"//base/test:test_support",
"//components/signin/core/account_id",
"//components/user_manager",
@@ -378,10 +377,6 @@ test("ash_unittests") {
sources -= [ "touch/touch_transformer_controller_unittest.cc" ]
}
- # TODO(GYP) is this necessary?
- #['OS=="linux" and component=="shared_library" and use_allocator!="none"', {
- # ldflags = "-rdynamic"
-
if (!is_chromeos) {
sources -= [ "sticky_keys/sticky_keys_unittest.cc" ]
}
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698