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

Unified Diff: net/DEPS

Issue 2559243003: Extend with a language code in http accept languages
Patch Set: Rebased, fixed nits and handed over this CL :( Created 4 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
« no previous file with comments | « net/BUILD.gn ('k') | net/http/http_util.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 fbd57ce46ff37a6c3b49372b4624cbcc667eba0c..0cc7f0dd65baa7080fe553e5ed205f675f59c438 100644
--- a/net/DEPS
+++ b/net/DEPS
@@ -64,6 +64,11 @@ specific_include_rules = {
"fuzzer_test_support.cc": [
"+base/i18n",
],
+
+ # icu is used in generating accept languages in header.
+ "http_util_icu\.cc": [
+ "+third_party/icu/source/common/unicode/uloc.h",
+ ],
}
skip_child_includes = [
« no previous file with comments | « net/BUILD.gn ('k') | net/http/http_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698