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

Side by Side Diff: webkit/DEPS

Issue 11782020: Refactor so chromium only GL extensions require gl2extchromium.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/khronos/GLES2/gl2ext.h ('k') | webkit/gpu/gl_bindings_skia_cmd_buffer.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 # 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 12 matching lines...) Expand all
23 23
24 # For databases/ 24 # For databases/
25 "+sql", 25 "+sql",
26 26
27 # For gpu/ 27 # For gpu/
28 "+ui/gfx", 28 "+ui/gfx",
29 "+ui/gl", 29 "+ui/gl",
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 "+third_party/khronos/GLES2", 34 "+third_party/khronos/GLES2",
34 35
35 # For shared USB keycode conversion tables used by ppapi plugin code. 36 # For shared USB keycode conversion tables used by ppapi plugin code.
36 "+ui/base/keycodes", 37 "+ui/base/keycodes",
37 38
38 # 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
39 "+crypto", 40 "+crypto",
40 "+net/base", 41 "+net/base",
41 "+net/cookies", 42 "+net/cookies",
42 "+net/ftp", 43 "+net/ftp",
43 "+net/http", 44 "+net/http",
44 "+net/proxy", 45 "+net/proxy",
45 "+net/socket", 46 "+net/socket",
46 "+net/socket_stream", 47 "+net/socket_stream",
47 "+net/test", 48 "+net/test",
48 "+net/url_request", 49 "+net/url_request",
49 "+net/websockets", 50 "+net/websockets",
50 "+third_party/npapi/bindings", 51 "+third_party/npapi/bindings",
51 ] 52 ]
OLDNEW
« no previous file with comments | « third_party/khronos/GLES2/gl2ext.h ('k') | webkit/gpu/gl_bindings_skia_cmd_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698