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

Unified Diff: chrome/chrome_renderer.gypi

Issue 1161923004: Reland: Plugin Placeholders: Refactor for platforms that don't support plugins (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove some enable_plugins that are no longer needed Created 5 years, 6 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/chrome_content_renderer_client.h » ('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 2945b6a68ee8418c5cc6a2a43af72cfbe7c0d22b..73b86fe27f4b645dd3f3fdd26e2531a2a66fc221 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -36,8 +36,8 @@
'renderer/net_benchmarking_extension.h',
'renderer/page_load_histograms.cc',
'renderer/page_load_histograms.h',
- 'renderer/plugins/chrome_plugin_placeholder.cc',
- 'renderer/plugins/chrome_plugin_placeholder.h',
+ 'renderer/plugins/non_loadable_plugin_placeholder.cc',
+ 'renderer/plugins/non_loadable_plugin_placeholder.h',
'renderer/plugins/plugin_uma.cc',
'renderer/plugins/plugin_uma.h',
'renderer/plugins/shadow_dom_plugin_placeholder.cc',
@@ -182,6 +182,8 @@
'renderer/pepper/pepper_shared_memory_message_filter.h',
'renderer/pepper/pepper_uma_host.cc',
'renderer/pepper/pepper_uma_host.h',
+ 'renderer/plugins/chrome_plugin_placeholder.cc',
+ 'renderer/plugins/chrome_plugin_placeholder.h',
'renderer/plugins/plugin_preroller.cc',
'renderer/plugins/plugin_preroller.h',
],
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698