| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 45c63a6b9abdd8c024652418fe8a13066c137204..3854840a7602b70b5977e5fba938349db27d282a 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -134,13 +134,6 @@ source_set("common") {
|
| ".",
|
| "//content")
|
|
|
| - # These files are only built in a GN build because they bring in
|
| - # dependencies that don't build with GYP.
|
| - sources += [
|
| - "mojo/mojo_shell_connection_impl.cc",
|
| - "mojo/mojo_shell_connection_impl.h",
|
| - ]
|
| -
|
| configs += [
|
| "//content:content_implementation",
|
| "//build/config:precompiled_headers",
|
|
|