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

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: REBASE Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/BUILD.gn ('k') | net/base/directory_listing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/DEPS
diff --git a/net/DEPS b/net/DEPS
index c7d795145666c7d0549f4da57cfd37299c96be17..6f3c3d3c972016448ced2ae098dfb5966acc9d9f 100644
--- a/net/DEPS
+++ b/net/DEPS
@@ -24,17 +24,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",
« no previous file with comments | « net/BUILD.gn ('k') | net/base/directory_listing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698