| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index c9f5fa00ad327b9050685c27a15dd7ae9eceb8a9..c6d764c19b33c98b4eb3611458c10b809986c3be 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -349,6 +349,7 @@ test("content_browsertests") {
|
| configs += [
|
| "//build/config:precompiled_headers",
|
| "//build/config/compiler:no_size_t_to_int_warning",
|
| + "//content/public/common:mojo_shell_client",
|
| ]
|
|
|
| deps = [
|
| @@ -549,7 +550,10 @@ test("content_unittests") {
|
| }
|
| }
|
|
|
| - configs += [ "//build/config:precompiled_headers" ]
|
| + configs += [
|
| + "//build/config:precompiled_headers",
|
| + "//content/public/common:mojo_shell_client",
|
| + ]
|
|
|
| deps = [
|
| ":test_support",
|
|
|