| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 4ea50c2e54ccaeba36b094c844c8377da7b4df89..d0bc89bec8bfd3988babf40b8c4d6f9f5ec97fc7 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -13,7 +13,8 @@ content_tests_gypi_values = exec_script(
|
| [ "../content_tests.gypi" ])
|
|
|
| static_library("test_support") {
|
| -# GYP version //content/content_tests.gypi:test_support_content
|
| + # GYP version //content/content_tests.gypi:test_support_content
|
| + output_name = "content_test_support"
|
| deps = [
|
| "//net:test_support",
|
| "//skia",
|
|
|