| Index: Source/web/BUILD.gn
|
| diff --git a/Source/web/BUILD.gn b/Source/web/BUILD.gn
|
| index a9b9823624224965e66a943b70d4ca6b7747a701..69a1dc73db9438cde584e66e17cef93167e0fd10 100644
|
| --- a/Source/web/BUILD.gn
|
| +++ b/Source/web/BUILD.gn
|
| @@ -6,6 +6,8 @@ import("//build/config/ui.gni")
|
| import("//third_party/WebKit/Source/config.gni")
|
| import("//third_party/WebKit/Source/build/make_file_arrays.gni")
|
|
|
| +visibility = "//third_party/WebKit/*"
|
| +
|
| web_gypi = exec_script(
|
| "//build/gypi_to_gn.py",
|
| [ rebase_path("web.gypi") ],
|
|
|