summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-10 20:30:59 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-10 20:30:59 +0000
commit6dd6a84c1ee215a32a100c66d97c87320e06cd93 (patch)
treedb58596c7acdfef6df223cc1ef6e5e05ad4e201f
parent3c0ca33b8880c3387d6791442b2c3cba248104cc (diff)
downloadchromium_src-6dd6a84c1ee215a32a100c66d97c87320e06cd93.zip
chromium_src-6dd6a84c1ee215a32a100c66d97c87320e06cd93.tar.gz
chromium_src-6dd6a84c1ee215a32a100c66d97c87320e06cd93.tar.bz2
Add DEPS file for googleurl.
Review URL: https://codereview.chromium.org/14101003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193447 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--url/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/url/DEPS b/url/DEPS
new file mode 100644
index 0000000..df1074f
--- /dev/null
+++ b/url/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ # TODO(brettw) erase these, just temporary until this code is done.
+ "+unicode",
+]