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

Side by Side Diff: webkit/DEPS

Issue 7085002: make command buffer work in DRT (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix no parent issue Created 9 years, 6 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 | webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h » ('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",
11 "+grit", # For generated headers 11 "+grit", # For generated headers
12 "+third_party/sqlite", 12 "+third_party/sqlite",
13 "+third_party/tcmalloc", 13 "+third_party/tcmalloc",
14 "+ui/gfx", 14 "+ui/gfx",
15 15
16 # For databases/ 16 # For databases/
17 "+app/sql", 17 "+app/sql",
18 18
19 # For gpu/ 19 # For gpu/
20 "+app/gfx", 20 "+app/gfx",
21 "+gpu/command_buffer/client",
22 "+gpu/command_buffer/common",
23 "+gpu/command_buffer/service",
24 "+gpu/GLES2",
21 25
22 # TODO(brettw) - review these; move up if it's ok, or remove the dependency 26 # TODO(brettw) - review these; move up if it's ok, or remove the dependency
23 "+crypto", 27 "+crypto",
24 "+net/base", 28 "+net/base",
25 "+net/ftp", 29 "+net/ftp",
26 "+net/http", 30 "+net/http",
27 "+net/proxy", 31 "+net/proxy",
28 "+net/socket", 32 "+net/socket",
29 "+net/socket_stream", 33 "+net/socket_stream",
30 "+net/test", 34 "+net/test",
31 "+net/url_request", 35 "+net/url_request",
32 "+net/websockets", 36 "+net/websockets",
33 "+ppapi/cpp", 37 "+ppapi/cpp",
34 "+third_party/npapi/bindings", 38 "+third_party/npapi/bindings",
35 ] 39 ]
OLDNEW
« no previous file with comments | « no previous file | webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698