| Index: content/browser/tracing/BUILD.gn
|
| diff --git a/content/browser/tracing/BUILD.gn b/content/browser/tracing/BUILD.gn
|
| index 2122c79aa594bd82785229c55c8c3ec43e332653..b71bf1b4428a80f6c84db8e64467c5f76c9fc08c 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 = [
|
|
|