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

Unified Diff: base/allocator/BUILD.gn

Issue 1539403004: Roll buildtools fee7f1e849..2f04b1cc1e (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Speculative win gn gen fix Created 5 years 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
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/allocator/BUILD.gn
diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn
index 04409d3948751200da848a94ff91a7e50d90b448..22a9ea769486c20516ce225eafa97e149fc66e81 100644
--- a/base/allocator/BUILD.gn
+++ b/base/allocator/BUILD.gn
@@ -59,7 +59,7 @@ if (is_win) {
"/NODEFAULTLIB:libcmt",
"/NODEFAULTLIB:libcmtd",
]
- libs = [ rebase_path("$target_gen_dir/allocator/libcmt.lib") ]
+ libs = [ "$target_gen_dir/allocator/libcmt.lib" ]
}
if (!is_component_build) {
@@ -89,8 +89,10 @@ if (is_win) {
configs += [ "//build/config/compiler:no_chromium_code" ]
public_configs = [ ":nocmt" ]
- deps = [
+ public_deps = [
":prep_libc",
+ ]
+ deps = [
"//base",
]
}
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698