| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 0bd4bd7ac9d12da015127d0732d2063470a8f378..ab1982f43097863f24f9ee92c13501f8b5d7bfe0 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -264,6 +264,10 @@ static_library("test_support") {
|
| "//v8",
|
| ]
|
|
|
| + data_deps = [
|
| + "//content/shell:pak",
|
| + ]
|
| +
|
| if (is_android) {
|
| sources -= [
|
| "mock_google_streaming_server.cc",
|
| @@ -718,6 +722,7 @@ test("content_browsertests") {
|
| data = []
|
|
|
| data_deps = [
|
| + "//content/shell:pak",
|
| "//third_party/mesa:osmesa",
|
| ]
|
|
|
|
|