| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 6224b5f972c3086407305675d8b9ca1bf79bbc54..e4a26c5c9db8f9da283073b9ce7377ba2062424d 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -16,6 +16,7 @@ content_tests_gypi_values = exec_script(
|
| static_library("test_support") {
|
| testonly = true
|
| deps = [
|
| + "//cc/blink",
|
| "//content/public/app:both",
|
| "//content/public/browser",
|
| "//content/public/common",
|
| @@ -32,6 +33,7 @@ static_library("test_support") {
|
| "//ui/events:test_support",
|
| "//ui/events:gesture_detection",
|
| "//ui/gfx:test_support",
|
| + "//ui/gl",
|
| "//ui/resources",
|
| "//url",
|
| ]
|
| @@ -146,6 +148,9 @@ if (!is_ios) {
|
|
|
| deps = [
|
| ":test_support",
|
| + "//cc",
|
| + "//cc/blink",
|
| + "//content/public/common",
|
| "//skia",
|
| "//v8",
|
| "//ui/accessibility:ax_gen",
|
|
|