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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/autofill/content/renderer", 2 "+components/autofill/content/renderer",
3 "+components/autofill/core/common", 3 "+components/autofill/core/common",
4 "+components/visitedlink/renderer", 4 "+components/visitedlink/renderer",
5 "+content/public/renderer", 5 "+content/public/renderer",
6 "+extensions/common", 6 "+extensions/common",
7 "+grit", # For generated headers 7 "+grit", # For generated headers
8 "+media/base", # For initializing media library and media switches. 8 "+media/base", # For initializing media library and media switches.
9 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration. 9 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration.
10 "+ppapi/c", 10 "+ppapi/c",
11 "+ppapi/proxy", 11 "+ppapi/proxy",
12 "+ppapi/shared_impl", 12 "+ppapi/shared_impl",
13 "+sandbox/win/src", 13 "+sandbox/win/src",
14 "+skia", 14 "+skia",
15 15
16 "+webkit/common", 16 "+webkit/common",
17 "+webkit/glue", 17 "+webkit/glue",
18 "+webkit/glue/plugins",
19 "+webkit/plugins",
20 "+webkit/renderer", 18 "+webkit/renderer",
21 19
20 # TODO(jam): eliminate all of these. http://crbug.com/263054
21 "!webkit/plugins/ppapi/ppb_file_ref_impl.h",
22 "!webkit/plugins/ppapi/ppapi_interface_factory.h",
23 "!webkit/plugins/ppapi/ppb_image_data_impl.h",
24 "!webkit/plugins/ppapi/host_globals.h",
25 "!webkit/plugins/ppapi/plugin_module.h",
26 "!webkit/plugins/ppapi/ppapi_plugin_instance.h",
27 "!webkit/plugins/plugin_constants.h",
28
22 "+third_party/npapi/bindings", 29 "+third_party/npapi/bindings",
23 "+third_party/re2", 30 "+third_party/re2",
24 "+third_party/smhasher", 31 "+third_party/smhasher",
25 "+third_party/sqlite", 32 "+third_party/sqlite",
26 "+third_party/widevine", 33 "+third_party/widevine",
27 ] 34 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698