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

Unified Diff: chrome/renderer/DEPS

Issue 19800005: Hide knowledge of webkit::ppapi::PluginDelegate from chrome. This is part of moving ppapi implement… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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
Index: chrome/renderer/DEPS
===================================================================
--- chrome/renderer/DEPS (revision 212906)
+++ chrome/renderer/DEPS (working copy)
@@ -15,10 +15,17 @@
"+webkit/common",
"+webkit/glue",
- "+webkit/glue/plugins",
- "+webkit/plugins",
"+webkit/renderer",
+ # TODO(jam): eliminate all of these. http://crbug.com/263054
+ "!webkit/plugins/ppapi/ppb_file_ref_impl.h",
+ "!webkit/plugins/ppapi/ppapi_interface_factory.h",
+ "!webkit/plugins/ppapi/ppb_image_data_impl.h",
+ "!webkit/plugins/ppapi/host_globals.h",
+ "!webkit/plugins/ppapi/plugin_module.h",
+ "!webkit/plugins/ppapi/ppapi_plugin_instance.h",
+ "!webkit/plugins/plugin_constants.h",
+
"+third_party/npapi/bindings",
"+third_party/re2",
"+third_party/smhasher",

Powered by Google App Engine
This is Rietveld 408576698