| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 75ada2c4a4ee05424a526ce62946aacc7e49705d..51bf65af0f55e69a91cc51a24cf85e190324e6bc 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -14,6 +14,7 @@ content_tests_gypi_values = exec_script(
|
|
|
| # GYP version //content/content_tests.gypi:test_support_content
|
| static_library("test_support") {
|
| + testonly = true
|
| deps = [
|
| "//content/public/app",
|
| "//content/public/browser",
|
| @@ -139,6 +140,7 @@ if (!is_ios) {
|
|
|
| # GYP version //content/content_tests.gypi:layouttest_support_content
|
| static_library("layouttest_support") {
|
| + testonly = true
|
| sources = rebase_path(content_tests_gypi_values.layouttest_support_content_sources,
|
| ".", "//content")
|
|
|
|
|