diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-20 15:39:57 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-20 15:39:57 +0000 |
commit | b530c397e36547916b9342298bbd8516676d36f2 (patch) | |
tree | 5cdf3d7f476c1747b86a544671507239f8f79f55 /url/DEPS | |
parent | 63b53ad3450930ae1b63e78f45a43d21f47583d1 (diff) | |
download | chromium_src-b530c397e36547916b9342298bbd8516676d36f2.zip chromium_src-b530c397e36547916b9342298bbd8516676d36f2.tar.gz chromium_src-b530c397e36547916b9342298bbd8516676d36f2.tar.bz2 |
url: Fix the include paths to icu unicode APIs.
BUG=229660
TEST=url_unittests
R=brettw@chromium.org
TBR=brettw@chromium.org
Review URL: https://codereview.chromium.org/14371002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195396 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'url/DEPS')
-rw-r--r-- | url/DEPS | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/url/DEPS b/url/DEPS deleted file mode 100644 index df1074f..0000000 --- a/url/DEPS +++ /dev/null @@ -1,4 +0,0 @@ -include_rules = [ - # TODO(brettw) erase these, just temporary until this code is done. - "+unicode", -] |