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

Unified Diff: chrome/chrome_renderer.gypi

Issue 23606022: Move renderer plugin code into a new component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move renderer plugin code into a new component - fix ios builds Created 7 years, 2 months 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
« no previous file with comments | « no previous file | chrome/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 586e3e40c4b95cf47dc9b3d30ee4fd314f2278ca..4b394e5d929dabe040140c857db980563f8e2e38 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -15,6 +15,7 @@
'chrome_resources.gyp:chrome_strings',
'../components/components.gyp:autofill_content_renderer',
'../components/components.gyp:startup_metric_utils',
+ '../components/components.gyp:plugins_renderer',
'../components/components.gyp:translate_common',
'../components/components.gyp:translate_language_detection',
'../components/components.gyp:visitedlink_renderer',
@@ -265,12 +266,10 @@
'renderer/pepper/ppb_nacl_private_impl.h',
'renderer/pepper/ppb_pdf_impl.cc',
'renderer/pepper/ppb_pdf_impl.h',
- 'renderer/plugins/plugin_placeholder.cc',
- 'renderer/plugins/plugin_placeholder.h',
+ 'renderer/plugins/chrome_plugin_placeholder.cc',
+ 'renderer/plugins/chrome_plugin_placeholder.h',
'renderer/plugins/plugin_uma.cc',
'renderer/plugins/plugin_uma.h',
- 'renderer/plugins/webview_plugin.cc',
- 'renderer/plugins/webview_plugin.h',
'renderer/prerender/prerender_dispatcher.cc',
'renderer/prerender/prerender_dispatcher.h',
'renderer/prerender/prerender_extra_data.cc',
@@ -433,9 +432,6 @@
'renderer/extensions/tabs_custom_bindings.cc',
'renderer/extensions/tts_custom_bindings.cc',
],
- 'defines': [
- 'ENABLE_MOBILE_YOUTUBE_PLUGIN',
- ],
'conditions' : [
['google_tv==1', {
'sources!' : [
« no previous file with comments | « no previous file | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698