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

Side by Side Diff: webkit/glue/DEPS

Issue 210027: Move FTP LIST parsing code to the renderer process. (Closed)
Patch Set: fixes Created 11 years, 3 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+media", 2 "+media",
3 "+net/third_party/parseftp",
3 "+skia/ext", 4 "+skia/ext",
4 "+skia/include", 5 "+skia/include",
5 "+webkit/tools/test_shell", # Needed for test shell tests. 6 "+webkit/tools/test_shell", # Needed for test shell tests.
6 7
7 # This is not actually a directory, but npruntime_util.cc includes a file 8 # This is not actually a directory, but npruntime_util.cc includes a file
8 # from WebKit starting with this path in JSCore mode. 9 # from WebKit starting with this path in JSCore mode.
9 "+bindings/c", 10 "+bindings/c",
10 11
11 # FIXME - refactor code and remove these dependencies 12 # FIXME - refactor code and remove these dependencies
12 "+chrome/browser", 13 "+chrome/browser",
13 "+chrome/common", 14 "+chrome/common",
14 ] 15 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698