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

Unified Diff: net/DEPS

Issue 1548503002: net: extract GetDirectoryListingXXX functions into directory_listing.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 side-by-side diff with in-line comments
Download patch
Index: net/DEPS
diff --git a/net/DEPS b/net/DEPS
index 5f49c8048b52278cc8dc306a63c940833e02f10d..a997142f5be2f9bb8080fa78bd7da5e2bae5ed7c 100644
--- a/net/DEPS
+++ b/net/DEPS
@@ -23,17 +23,16 @@ specific_include_rules = {
"+base/i18n",
],
+ # Functions largely not used by the rest of net.
+ "directory_listing\.cc": [
+ "+base/i18n",
+ ],
+
# Within net, only used by file: requests.
"filename_util_icu\.cc": [
"+base/i18n/file_util_icu.h",
],
- # Functions largely not used by the rest of net.
- "net_util_icu\.cc": [
- "+base/i18n",
- "+third_party/icu",
- ],
-
# Consolidated string functions that depend on icu.
"net_string_util_icu\.cc": [
"+base/i18n/i18n_constants.h",

Powered by Google App Engine
This is Rietveld 408576698