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

Side by Side Diff: webkit/DEPS

Issue 131893003: Skeleton surface interfaces in cc/surfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add base and ui/gfx deps to fix win/mac component link Created 6 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 | « ui/snapshot/DEPS ('k') | no next file » | 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 "+cc", 11 "+cc",
12 "-cc/surfaces",
12 "+grit", # For generated headers 13 "+grit", # For generated headers
13 "+skia", 14 "+skia",
14 "+third_party/angle", 15 "+third_party/angle",
15 "+third_party/hyphen", 16 "+third_party/hyphen",
16 "+third_party/leveldatabase", 17 "+third_party/leveldatabase",
17 "+third_party/skia", 18 "+third_party/skia",
18 "+third_party/sqlite", 19 "+third_party/sqlite",
19 "+third_party/tcmalloc", 20 "+third_party/tcmalloc",
20 "+third_party/WebKit/public/platform", 21 "+third_party/WebKit/public/platform",
21 "+third_party/WebKit/public/web", 22 "+third_party/WebKit/public/web",
(...skipping 13 matching lines...) Expand all
35 "+third_party/khronos/GLES2", 36 "+third_party/khronos/GLES2",
36 37
37 # TODO(brettw) - review these; move up if it's ok, or remove the dependency 38 # TODO(brettw) - review these; move up if it's ok, or remove the dependency
38 "+net", 39 "+net",
39 "+third_party/npapi/bindings", 40 "+third_party/npapi/bindings",
40 41
41 # webkit/support is only test support code, nothing outside of webkit/support 42 # webkit/support is only test support code, nothing outside of webkit/support
42 # should pull it in. 43 # should pull it in.
43 "-webkit/support", 44 "-webkit/support",
44 ] 45 ]
OLDNEW
« no previous file with comments | « ui/snapshot/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698