Chromium Code Reviews

Unified 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.
Jump to:
View side-by-side diff with in-line comments
Index: webkit/glue/DEPS
diff --git a/webkit/glue/DEPS b/webkit/glue/DEPS
index 1129c206769e77bd56927007f27d44ebc175695e..89a11316d0b846e1693058031a1126b20bc2843c 100644
--- a/webkit/glue/DEPS
+++ b/webkit/glue/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+media",
+ "+net/third_party/parseftp",
"+skia/ext",
"+skia/include",
"+webkit/tools/test_shell", # Needed for test shell tests.
@@ -7,7 +8,7 @@ include_rules = [
# This is not actually a directory, but npruntime_util.cc includes a file
# from WebKit starting with this path in JSCore mode.
"+bindings/c",
-
+
# FIXME - refactor code and remove these dependencies
"+chrome/browser",
"+chrome/common",

Powered by Google App Engine