| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 3f8380c78255abc03d6bf895b80f058b2ce277c5..fe8ad8660e2ebf643367420b9bab51f28fd00385 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -953,7 +953,6 @@
|
| ]
|
|
|
| deps = [
|
| - "//base/allocator",
|
| "//base/third_party/dynamic_annotations",
|
| "//third_party/modp_b64",
|
| ]
|
| @@ -1862,6 +1861,7 @@
|
| ":message_loop_tests",
|
| ":prefs",
|
| ":prefs_test_support",
|
| + "//base/allocator",
|
| "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| "//base/third_party/dynamic_annotations",
|
| @@ -1869,9 +1869,6 @@
|
| "//testing/gtest",
|
| "//third_party/icu",
|
| ]
|
| -
|
| - # Some unittests depend on the ALLOCATOR_SHIM macro.
|
| - configs += [ "//base/allocator:allocator_shim_define" ]
|
|
|
| data = [
|
| "test/data/",
|
|
|