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