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

Unified Diff: sync/sync_tests.gypi

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 | « sync/BUILD.gn ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_tests.gypi
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index c9ec6ede760a54b8f5e17c33a9e30eebcfb7453e..1c0b7ace0a538523ec2f6a4e4df018244705fdc1 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -354,14 +354,6 @@
'util/protobuf_unittest.cc',
],
'conditions': [
- # TODO(akalin): This is needed because histogram.cc uses
- # leak_annotations.h, which pulls this in. Make 'base'
- # propagate this dependency.
- ['OS=="linux" and use_allocator!="none"', {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }],
['OS == "android"', {
'dependencies': [
'../testing/android/native_test.gyp:native_test_native_code',
« no previous file with comments | « sync/BUILD.gn ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698