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

Unified Diff: base/BUILD.gn

Issue 1977833003: Add a buildflag to use the handle verifier in a per module mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. Created 4 years, 7 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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698