Chromium Code Reviews| 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..95674e119947af1de250174c6e9cc09f8448f71b |
| --- /dev/null |
| +++ b/net/data/ssl/wosign/BUILD.gn |
| @@ -0,0 +1,18 @@ |
| +# Copyright (c) 2016 The Chromium Authors. All rights reserved. |
|
svaldez
2017/01/26 20:54:48
*2017
|
| +# 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), |
| + ] |
| +} |