Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Unified Diff: components/plugins/renderer/BUILD.gn

Issue 2468423009: Remove plugins::MobileYouTubePlugin, deprecated by Flash embed override. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
« no previous file with comments | « chrome/renderer/resources/renderer_resources.grd ('k') | components/plugins/renderer/mobile_youtube_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698