| Index: Source/bindings/scripts/BUILD.gn
|
| diff --git a/Source/bindings/scripts/BUILD.gn b/Source/bindings/scripts/BUILD.gn
|
| index 74c18e3c280ee76c86f522198e214651b2c6d8c7..cc01730de2dce5e411c7c035ecbed3afa7aebd9f 100644
|
| --- a/Source/bindings/scripts/BUILD.gn
|
| +++ b/Source/bindings/scripts/BUILD.gn
|
| @@ -6,7 +6,7 @@ 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/*"
|
| +visibility = [ "//third_party/WebKit/*" ]
|
|
|
| # This separate pre-caching step is required to use lex/parse table
|
| # caching in PLY, since PLY itself does not check if the cache is
|
|
|