Index: base/win/BUILD.gn |
diff --git a/base/win/BUILD.gn b/base/win/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2d39e0bb5c36de28177d89823b977dfb7f72f291 |
--- /dev/null |
+++ b/base/win/BUILD.gn |
@@ -0,0 +1,15 @@ |
+# Copyright (c) 2016 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+import("//build/buildflag_header.gni") |
+ |
+declare_args() { |
+ enable_handle_verifier = true |
Will Harris
2016/05/18 08:51:21
nit: needs a comment here for the gn help.
|
+} |
+ |
+buildflag_header("base_win_features") { |
+ header = "base_features.h" |
+ header_dir = "base/win" |
+ flags = [ "ENABLE_HANDLE_VERIFIER=enable_handle_verifier" ] |
+} |