| Index: content/gpu/BUILD.gn
|
| diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
|
| index 660354fb7d975262c735388a759d0d70c7e01e3b..d1f844897d8f331e4ed77efe76e57073fd0064bd 100644
|
| --- a/content/gpu/BUILD.gn
|
| +++ b/content/gpu/BUILD.gn
|
| @@ -6,9 +6,7 @@ import("//build/config/ui.gni")
|
| import("//content/content.gni")
|
|
|
| source_set("gpu") {
|
| - # TODO(brettw) it seems like this should be only visible to content like
|
| - # the other non-public content directories are. But this is depended on by
|
| - # the chrome target.
|
| + visibility = [ "//content/*" ]
|
|
|
| sources = [
|
| "gpu_main.cc",
|
|
|