summaryrefslogtreecommitdiffstats
path: root/extensions/shell/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/shell/BUILD.gn')
-rw-r--r--extensions/shell/BUILD.gn5
1 files changed, 0 insertions, 5 deletions
diff --git a/extensions/shell/BUILD.gn b/extensions/shell/BUILD.gn
index 8cb0dd3..fbc8b9b 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") {