Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 5712663ed8bc334414a91a68cdc0ea64eb9ce422..76403af8ab7b5fc0967a9cfb05ae5c48d83c0e60 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -1179,6 +1179,8 @@ component("base") { |
deps += [ "//base/trace_event/etw_manifest:chrome_events_win" ] |
+ public_deps += [ "//base/win:base_win_features" ] |
Nico
2016/06/03 14:41:16
it looks like the new feature define is only used
Sébastien Marchand
2016/06/03 14:44:42
Oh, I thought that we were strongly encouraged to
|
+ |
if (is_component_build) { |
# Copy the VS runtime DLLs into the isolate so that they don't have to be |
# preinstalled on the target machine. The debug runtimes have a "d" at |