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

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: GN. 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') | base/win/BUILD.gn » ('J')
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 04201e51a23daf4bd3bd45a5405889f25845defd..dfd9a5cccb87f910040554f23e439be850d63194 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1177,6 +1177,8 @@ component("base") {
deps += [ "//base/trace_event/etw_manifest:chrome_events_win" ]
+ public_deps += [ "//base/win:base_win_features" ]
+
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') | base/win/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698