| Index: remoting/host/it2me/BUILD.gn
|
| diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
|
| index 6ab71aafaff37c1418fcfe46541de8798894221f..e72ec1face54300d363cfc72715bc6e31e87cca4 100644
|
| --- a/remoting/host/it2me/BUILD.gn
|
| +++ b/remoting/host/it2me/BUILD.gn
|
| @@ -68,7 +68,7 @@ if (!is_chromeos && enable_remoting_host) {
|
| configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
|
|
| deps = [
|
| - "//base/allocator",
|
| + "//base:base_allocator",
|
| "//remoting/host/win:dpi_aware_exe_manifest",
|
| "//remoting/host/win:remoting_core",
|
| "//remoting/host/win:remoting_windows_resources",
|
| @@ -93,7 +93,7 @@ if (!is_chromeos && enable_remoting_host) {
|
| configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
|
|
| deps = [
|
| - "//base/allocator",
|
| + "//base:base_allocator",
|
| "//remoting/host/win:remoting_core",
|
| "//remoting/host/win:remoting_windows_resources",
|
| ]
|
|
|