| Index: Source/web/BUILD.gn
|
| diff --git a/Source/web/BUILD.gn b/Source/web/BUILD.gn
|
| index aba9ce83d0470c3e014dd08207a3581fdfc7bd44..048c8b2e59e6113887e5951005ce5f62c090dc85 100644
|
| --- a/Source/web/BUILD.gn
|
| +++ b/Source/web/BUILD.gn
|
| @@ -9,7 +9,7 @@ import("//third_party/WebKit/Source/core/core.gni")
|
| import("//third_party/WebKit/Source/modules/modules.gni")
|
| import("//third_party/WebKit/Source/platform/platform.gni")
|
|
|
| -visibility = "//third_party/WebKit/*"
|
| +visibility = [ "//third_party/WebKit/*" ]
|
| web_gypi = exec_script(
|
| "//build/gypi_to_gn.py",
|
| [ rebase_path("web.gypi") ],
|
|
|