Index: net/data/ssl/wosign/BUILD.gn |
diff --git a/net/data/ssl/wosign/BUILD.gn b/net/data/ssl/wosign/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..90d9e9867ea8dfbc352e6720cff71cf8a0cc7690 |
--- /dev/null |
+++ b/net/data/ssl/wosign/BUILD.gn |
@@ -0,0 +1,18 @@ |
+# Copyright (c) 2017 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. |
+ |
+action_foreach("wosign_domains") { |
+ script = "//net/tools/dafsa/make_dafsa.py" |
+ sources = [ |
+ "wosign_domains.gperf", |
+ ] |
+ outputs = [ |
+ "${target_gen_dir}/{{source_name_part}}-inc.cc", |
+ ] |
+ args = [ |
+ "{{source}}", |
+ rebase_path("${target_gen_dir}/{{source_name_part}}-inc.cc", |
+ root_build_dir), |
+ ] |
+} |