| Index: extensions/shell/BUILD.gn
|
| diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
|
| index 8cb0dd35b050d80e7d1a8bbfc23d72030441e93f..fbc8b9b61b86e9eb13cd2f9f4f647d57d5e613a2 100644
|
| --- a/extensions/shell/BUILD.gn
|
| +++ b/extensions/shell/BUILD.gn
|
| @@ -132,7 +132,6 @@ if (!(is_chromeos && !use_ozone)) {
|
| if (is_win) {
|
| configs += [ "//build/config/win:windowed" ]
|
| configs -= [ "//build/config/win:console" ]
|
| - deps += [ "//base/allocator" ]
|
| }
|
|
|
| if (is_mac) {
|
| @@ -213,10 +212,6 @@ test("app_shell_unittests") {
|
| sources += nacl_sources
|
| }
|
| }
|
| -
|
| - if (is_win) {
|
| - deps += [ "//base/allocator" ]
|
| - }
|
| }
|
|
|
| process_version("version_header") {
|
|
|