| Index: components/plugins/renderer/BUILD.gn
|
| diff --git a/components/plugins/renderer/BUILD.gn b/components/plugins/renderer/BUILD.gn
|
| index 1f35c4c4df2991faf94bb1916e0ebe7ea71268f8..6c0081f8c440c30fe0d3f2b88aa2794c82163741 100644
|
| --- a/components/plugins/renderer/BUILD.gn
|
| +++ b/components/plugins/renderer/BUILD.gn
|
| @@ -17,12 +17,6 @@ static_library("renderer") {
|
| "loadable_plugin_placeholder.h",
|
| ]
|
| }
|
| - if (is_android) {
|
| - sources += [
|
| - "mobile_youtube_plugin.cc",
|
| - "mobile_youtube_plugin.h",
|
| - ]
|
| - }
|
|
|
| deps = [
|
| "//content/public/child",
|
|
|