Chromium Code Reviews| Index: third_party/WebKit/public/BUILD.gn |
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn |
| index 6903d21f9a8e89c65c1bed74e909726e21603195..57aaf677f30e17a2b4037fa2535b702599068de1 100644 |
| --- a/third_party/WebKit/public/BUILD.gn |
| +++ b/third_party/WebKit/public/BUILD.gn |
| @@ -644,9 +644,13 @@ grit("image_resources") { |
| } |
| mojom("mojo_bindings") { |
| - visibility = [ "//content/*" ] |
| + visibility = [ |
| + "//components/*", |
|
Sam McNally
2017/03/23 23:57:00
Is this needed?
benwells
2017/03/27 06:55:07
I'd like to avoid it but not sure how. What should
benwells
2017/03/29 04:18:04
Done.
|
| + "//content/*", |
| + ] |
| visibility_blink = [ |
| "//content/common:mojo_bindings_blink", |
| + "//components/*", |
| "//third_party/WebKit/Source/platform", |
| ] |
| sources = [ |