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

Side by Side Diff: webkit/DEPS

Issue 22362007: Relocate last remnants of webkit/renderer/media code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make chromeos crypto dep explicit. Created 7 years, 4 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 | « third_party/widevine/cdm/widevine_cdm.gyp ('k') | webkit/renderer/media/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # checkdeps.py shouldn't check include paths for files in these dirs: 1 # checkdeps.py shouldn't check include paths for files in these dirs:
2 skip_child_includes = [ 2 skip_child_includes = [
3 "build", 3 "build",
4 ] 4 ]
5 5
6 # Do NOT add chrome to the list below. We shouldn't be including files from 6 # Do NOT add chrome to the list below. We shouldn't be including files from
7 # src/chrome in src/webkit. 7 # src/chrome in src/webkit.
8 include_rules = [ 8 include_rules = [
9 # For bridge/c/c_utility.h in npruntime_util.cc 9 # For bridge/c/c_utility.h in npruntime_util.cc
10 "+bridge", 10 "+bridge",
(...skipping 19 matching lines...) Expand all
30 "+gpu/command_buffer/client", 30 "+gpu/command_buffer/client",
31 "+gpu/command_buffer/common", 31 "+gpu/command_buffer/common",
32 "+gpu/command_buffer/service", 32 "+gpu/command_buffer/service",
33 "+gpu/GLES2", 33 "+gpu/GLES2",
34 "+third_party/khronos/GLES2", 34 "+third_party/khronos/GLES2",
35 35
36 # For shared USB keycode conversion tables used by ppapi plugin code. 36 # For shared USB keycode conversion tables used by ppapi plugin code.
37 "+ui/base/keycodes", 37 "+ui/base/keycodes",
38 38
39 # TODO(brettw) - review these; move up if it's ok, or remove the dependency 39 # TODO(brettw) - review these; move up if it's ok, or remove the dependency
40 "+crypto",
41 "+net", 40 "+net",
42 "+third_party/npapi/bindings", 41 "+third_party/npapi/bindings",
43 42
44 # webkit/support is only test support code, nothing outside of webkit/support 43 # webkit/support is only test support code, nothing outside of webkit/support
45 # should pull it in. 44 # should pull it in.
46 "-webkit/support", 45 "-webkit/support",
47 ] 46 ]
OLDNEW
« no previous file with comments | « third_party/widevine/cdm/widevine_cdm.gyp ('k') | webkit/renderer/media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698