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

Unified Diff: content/content_renderer.gypi

Issue 10555029: Browser Plugin: Move to old directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « content/content_browser.gypi ('k') | content/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 8f26bf3df56c6725032d2e9f55a895a1f30da61a..0b376098805e7b0b364fa47a82ebb72611ee1c9c 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -162,18 +162,18 @@
'renderer/pepper/pepper_proxy_channel_delegate_impl.h',
'renderer/plugin_channel_host.cc',
'renderer/plugin_channel_host.h',
- 'renderer/browser_plugin/browser_plugin.cc',
- 'renderer/browser_plugin/browser_plugin.h',
- 'renderer/browser_plugin/browser_plugin_channel_manager.cc',
- 'renderer/browser_plugin/browser_plugin_channel_manager.h',
- 'renderer/browser_plugin/browser_plugin_constants.cc',
- 'renderer/browser_plugin/browser_plugin_constants.h',
- 'renderer/browser_plugin/browser_plugin_registry.cc',
- 'renderer/browser_plugin/browser_plugin_registry.h',
- 'renderer/browser_plugin/browser_plugin_var_serialization_rules.cc',
- 'renderer/browser_plugin/browser_plugin_var_serialization_rules.h',
- 'renderer/browser_plugin/guest_to_embedder_channel.cc',
- 'renderer/browser_plugin/guest_to_embedder_channel.h',
+ 'renderer/browser_plugin/old/browser_plugin.cc',
+ 'renderer/browser_plugin/old/browser_plugin.h',
+ 'renderer/browser_plugin/old/browser_plugin_channel_manager.cc',
+ 'renderer/browser_plugin/old/browser_plugin_channel_manager.h',
+ 'renderer/browser_plugin/old/browser_plugin_constants.cc',
+ 'renderer/browser_plugin/old/browser_plugin_constants.h',
+ 'renderer/browser_plugin/old/browser_plugin_registry.cc',
+ 'renderer/browser_plugin/old/browser_plugin_registry.h',
+ 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.cc',
+ 'renderer/browser_plugin/old/browser_plugin_var_serialization_rules.h',
+ 'renderer/browser_plugin/old/guest_to_embedder_channel.cc',
+ 'renderer/browser_plugin/old/guest_to_embedder_channel.h',
'renderer/render_process.h',
'renderer/render_process_impl.cc',
'renderer/render_process_impl.h',
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698