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

Side by Side Diff: webkit/DEPS

Issue 11038027: Revert 160044 - Implement hyphenation for DumpRenderTree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/support/test_webkit_platform_support.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 "+cc", 11 "+cc",
12 "+grit", # For generated headers 12 "+grit", # For generated headers
13 "+skia", 13 "+skia",
14 "+third_party/angle", 14 "+third_party/angle",
15 "+third_party/hyphen",
16 "+third_party/leveldatabase", 15 "+third_party/leveldatabase",
17 "+third_party/skia", 16 "+third_party/skia",
18 "+third_party/sqlite", 17 "+third_party/sqlite",
19 "+third_party/tcmalloc", 18 "+third_party/tcmalloc",
20 "+third_party/WebKit/Source/Platform/chromium", 19 "+third_party/WebKit/Source/Platform/chromium",
21 "+third_party/WebKit/Source/WebKit/chromium", 20 "+third_party/WebKit/Source/WebKit/chromium",
22 "+v8", 21 "+v8",
23 22
24 # For databases/ 23 # For databases/
25 "+sql", 24 "+sql",
(...skipping 16 matching lines...) Expand all
42 "+net/ftp", 41 "+net/ftp",
43 "+net/http", 42 "+net/http",
44 "+net/proxy", 43 "+net/proxy",
45 "+net/socket", 44 "+net/socket",
46 "+net/socket_stream", 45 "+net/socket_stream",
47 "+net/test", 46 "+net/test",
48 "+net/url_request", 47 "+net/url_request",
49 "+net/websockets", 48 "+net/websockets",
50 "+third_party/npapi/bindings", 49 "+third_party/npapi/bindings",
51 ] 50 ]
OLDNEW
« no previous file with comments | « no previous file | webkit/support/test_webkit_platform_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698