| Index: Source/devtools/BUILD.gn
|
| diff --git a/Source/devtools/BUILD.gn b/Source/devtools/BUILD.gn
|
| index 6f9ecef66a083d72488e9d968ca67d9760ce0475..59a181fbfbdc5e8100de10fbe85e7b34a7be56a8 100644
|
| --- a/Source/devtools/BUILD.gn
|
| +++ b/Source/devtools/BUILD.gn
|
| @@ -33,7 +33,7 @@ devtools_extensions_js_files = gypi_values.devtools_extensions_js_files -
|
|
|
| #-------------------------------------------------------------------------------
|
|
|
| -visibility = "//third_party/WebKit/*"
|
| +visibility = [ "//third_party/WebKit/*" ]
|
|
|
| # Probably need to parameterize this. If we set it to true, there will be some
|
| # further work in the scripts below.
|
|
|