| Index: Source/bindings/scripts/BUILD.gn
|
| diff --git a/Source/bindings/scripts/BUILD.gn b/Source/bindings/scripts/BUILD.gn
|
| index ba5d3e1c63b5f4df036a470e3a8bcc2e69a75c48..1d5c639c3e182385a577a2d35e45f7babdf7295a 100644
|
| --- a/Source/bindings/scripts/BUILD.gn
|
| +++ b/Source/bindings/scripts/BUILD.gn
|
| @@ -6,6 +6,8 @@ import("//third_party/WebKit/Source/bindings/bindings.gni")
|
| import("//third_party/WebKit/Source/bindings/scripts/scripts.gni")
|
| import("//third_party/WebKit/Source/bindings/templates/templates.gni")
|
|
|
| +visibility = "//third_party/WebKit/*"
|
| +
|
| # A separate pre-caching step is *not required* to use lex/parse table
|
| # caching in PLY, as the caches are concurrency-safe.
|
| # However, pre-caching ensures that all compiler processes use the cached
|
|
|