Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index 119da20db74984212216fa6cb0dfc53352692c22..bfe0ba7ba4ca5b2a296d9535f19fee51402465e9 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -235,8 +235,6 @@ source_set("common") { |
"gpu/media/vt_video_encode_accelerator_mac.h", |
] + get_target_outputs(":libvt_generate_stubs") |
- sources -= [ "plugin_list_posix.cc" ] |
- |
deps += [ |
":libvt_generate_stubs", |
"//content:resources", |
@@ -332,7 +330,6 @@ source_set("common") { |
"pepper_renderer_instance_data.h", |
"plugin_list.cc", |
"plugin_list.h", |
- "plugin_list_posix.cc", |
"sandbox_util.cc", |
] |
} |