diff options
Diffstat (limited to 'content/browser/tracing/BUILD.gn')
-rw-r--r-- | content/browser/tracing/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tracing/BUILD.gn b/content/browser/tracing/BUILD.gn index 2122c79..b71bf1b 100644 --- a/content/browser/tracing/BUILD.gn +++ b/content/browser/tracing/BUILD.gn @@ -12,7 +12,7 @@ tracing_gen_dir = "$root_gen_dir/content/browser/tracing" tracing_grd = "$tracing_gen_dir/tracing_resources.grd" action("generate_tracing_grd") { - visibility = [ ":*" ] + visibility = [ ":*" ] # Depend on ":resources" to get this. script = "generate_trace_viewer_grd.py" input_pages = [ |