Index: net/base/registry_controlled_domains/BUILD.gn |
diff --git a/net/base/registry_controlled_domains/BUILD.gn b/net/base/registry_controlled_domains/BUILD.gn |
index 89f4d4640b7ab4626009baf0d2cfb59540449fcc..d231ac1a389aadadd20ac619343e63ae6ed37e4c 100644 |
--- a/net/base/registry_controlled_domains/BUILD.gn |
+++ b/net/base/registry_controlled_domains/BUILD.gn |
@@ -14,10 +14,11 @@ action_foreach("registry_controlled_domains") { |
"effective_tld_names_unittest6.gperf", |
] |
outputs = [ |
- "${target_gen_dir}/{{source_name_part}}-inc.cc" |
+ "${target_gen_dir}/{{source_name_part}}-inc.cc", |
] |
args = [ |
"{{source}}", |
- rebase_path("${target_gen_dir}/{{source_name_part}}-inc.cc", root_build_dir) |
+ rebase_path("${target_gen_dir}/{{source_name_part}}-inc.cc", |
+ root_build_dir), |
] |
} |