Move the Pepper implementation from webkit/glue/plugins/pepper_* to
webkit/plugins/ppapi/*. This renamed the files and interface implementation
classes from foo.cc/Foo to ppb_foo_impl/PPB_Foo_Impl to match the proxy
ppb_foo_proxy/PPB_Foo_Proxy.

This moves plugin_switches.* from webkit/glue/plugins to webkit/plugins.
Review URL: http://codereview.chromium.org/5828003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69424 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index b92e996..f434e8fe 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -17,6 +17,7 @@
   "+skia/include",
   "+webkit/database",
   "+webkit/glue",  # Defines some types that are marshalled over IPC.
+  "+webkit/plugins",  # Defines some types that are marshalled over IPC.
   "+xib_localizers", # For generated mac localization helpers
 
   # Other libraries.