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

Side by Side Diff: chrome/renderer/DEPS

Issue 19828007: Hide knowledge of webkit::ppapi::Plugin from chrome. This is part of moving ppapi implementation fr… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: nits 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
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/child", 5 "+content/public/child",
6 "+content/public/renderer", 6 "+content/public/renderer",
7 "+extensions/common", 7 "+extensions/common",
8 "+grit", # For generated headers 8 "+grit", # For generated headers
9 "+media/base", # For initializing media library and media switches. 9 "+media/base", # For initializing media library and media switches.
10 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration. 10 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg istration.
11 "+ppapi/c", 11 "+ppapi/c",
12 "+ppapi/proxy", 12 "+ppapi/proxy",
13 "+ppapi/shared_impl", 13 "+ppapi/shared_impl",
14 "+sandbox/win/src", 14 "+sandbox/win/src",
15 "+skia", 15 "+skia",
16 16
17 "+webkit/child", 17 "+webkit/child",
18 "+webkit/common", 18 "+webkit/common",
19 "+webkit/glue", 19 "+webkit/glue",
20 "+webkit/renderer", 20 "+webkit/renderer",
21 21
22 # TODO(jam): eliminate all of these. http://crbug.com/263054 22 # TODO(jam): eliminate all of these. http://crbug.com/263054
23 "!webkit/plugins/ppapi/host_globals.h", 23 "!webkit/plugins/ppapi/host_globals.h",
24 "!webkit/plugins/ppapi/plugin_module.h",
25 "!webkit/plugins/ppapi/ppapi_plugin_instance.h", 24 "!webkit/plugins/ppapi/ppapi_plugin_instance.h",
26 "!webkit/plugins/plugin_constants.h", 25 "!webkit/plugins/plugin_constants.h",
27 26
28 "+third_party/npapi/bindings", 27 "+third_party/npapi/bindings",
29 "+third_party/re2", 28 "+third_party/re2",
30 "+third_party/smhasher", 29 "+third_party/smhasher",
31 "+third_party/sqlite", 30 "+third_party/sqlite",
32 "+third_party/widevine", 31 "+third_party/widevine",
33 ] 32 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698