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

Unified Diff: DEPS

Issue 11791036: Enforce consistent include style for ICU headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix other file Created 7 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 | « no previous file | base/i18n/time_formatting_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 6b35b9d06e479f9c8610441405c3e72cd1fa8742..2c943ba142f3306ab8566f2ebb6ab2fec879849f 100644
--- a/DEPS
+++ b/DEPS
@@ -594,9 +594,6 @@ include_rules = [
# Everybody can use headers generated by tools/generate_library_loader.
"+library_loaders",
- # For now, we allow ICU to be included by specifying "unicode/...", although
- # this should probably change.
- "+unicode",
"+testing",
"+third_party/icu/public",
]
@@ -607,6 +604,7 @@ skip_child_includes = [
"breakpad",
"chrome_frame",
"delegate_execute",
+ "googleurl",
"metro_driver",
"native_client_sdk",
"o3d",
« no previous file with comments | « no previous file | base/i18n/time_formatting_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698