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

Side by Side Diff: webkit/DEPS

Issue 18161007: Replace angle_path gyp variable with regular path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@d3d11
Patch Set: rebase 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
« no previous file with comments | « media/media.gyp ('k') | webkit/common/gpu/webkit_gpu.gyp » ('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 "+cc", 11 "+cc",
12 "+grit", # For generated headers 12 "+grit", # For generated headers
13 "+skia", 13 "+skia",
14 "+third_party/angle",
15 "+third_party/angle_dx11", 14 "+third_party/angle_dx11",
16 "+third_party/hyphen", 15 "+third_party/hyphen",
17 "+third_party/leveldatabase", 16 "+third_party/leveldatabase",
18 "+third_party/skia", 17 "+third_party/skia",
19 "+third_party/sqlite", 18 "+third_party/sqlite",
20 "+third_party/tcmalloc", 19 "+third_party/tcmalloc",
21 "+third_party/WebKit/public/platform", 20 "+third_party/WebKit/public/platform",
22 "+third_party/WebKit/public/web", 21 "+third_party/WebKit/public/web",
23 "+v8", 22 "+v8",
24 23
(...skipping 14 matching lines...) Expand all
39 38
40 # 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
41 "+crypto", 40 "+crypto",
42 "+net", 41 "+net",
43 "+third_party/npapi/bindings", 42 "+third_party/npapi/bindings",
44 43
45 # webkit/support is only test support code, nothing outside of webkit/support 44 # webkit/support is only test support code, nothing outside of webkit/support
46 # should pull it in. 45 # should pull it in.
47 "-webkit/support", 46 "-webkit/support",
48 ] 47 ]
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | webkit/common/gpu/webkit_gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698