diff options
Diffstat (limited to 'extensions/shell')
-rw-r--r-- | extensions/shell/BUILD.gn | 5 | ||||
-rw-r--r-- | extensions/shell/app_shell.gyp | 10 |
2 files changed, 0 insertions, 15 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") { diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp index 7184266..10594be 100644 --- a/extensions/shell/app_shell.gyp +++ b/extensions/shell/app_shell.gyp @@ -133,11 +133,6 @@ '<(DEPTH)/sandbox/sandbox.gyp:sandbox', ], }], - ['OS=="win" and win_use_allocator_shim==1', { - 'dependencies': [ - '<(DEPTH)/base/allocator/allocator.gyp:allocator', - ], - }], ['OS=="mac"', { 'product_name': '<(app_shell_product_name)', 'dependencies!': [ @@ -223,11 +218,6 @@ '<@(app_shell_unittests_sources_chromeos)', ], }], - ['OS=="win" and win_use_allocator_shim==1', { - 'dependencies': [ - '<(DEPTH)/base/allocator/allocator.gyp:allocator', - ], - }], ], }, { |