| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index d4bd501dcc8e26294df5fd636d46abe39db7f0dc..38f4bfb390aa60941f268e7f372a567c1905eb83 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -2103,6 +2103,7 @@ if (is_win || (is_linux && !is_chromeos)) {
|
| ]
|
| deps = [
|
| ":test_support",
|
| + "//base/allocator",
|
| "//base/test:run_all_unittests",
|
| "//base/test:test_support",
|
| "//breakpad:client",
|
| @@ -2131,6 +2132,7 @@ if (is_win || (is_linux && !is_chromeos)) {
|
| ":test_support_ui",
|
| "//base",
|
| "//base:i18n",
|
| + "//base/allocator",
|
| "//base/test:test_support",
|
| "//chrome/browser",
|
| "//chrome/renderer",
|
|
|