Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: remoting/host/it2me/BUILD.gn

Issue 2651043008: Fold most logic from //base/allocator into //base. (Closed)
Patch Set: update all dep configs. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
« base/BUILD.gn ('K') | « media/base/BUILD.gn ('k') | remoting/host/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698