summaryrefslogtreecommitdiffstats
path: root/components/json_schema/DEPS
diff options
context:
space:
mode:
authorbinjin@chromium.org <binjin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-27 18:58:37 +0000
committerbinjin@chromium.org <binjin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-27 18:58:37 +0000
commit183ce73b72541370cbcd26dc9be9a6019f1f533c (patch)
tree9433abece2473dbe99440a9f87c4124f1f6c9a9d /components/json_schema/DEPS
parent34ce6290c7246b814a9b032f6c8a526e5f79ffb7 (diff)
downloadchromium_src-183ce73b72541370cbcd26dc9be9a6019f1f533c.zip
chromium_src-183ce73b72541370cbcd26dc9be9a6019f1f533c.tar.gz
chromium_src-183ce73b72541370cbcd26dc9be9a6019f1f533c.tar.bz2
Add regular expression support in json_schema component
Add support of "pattern" and "patternProperties" attribute into json_schema, with third_party/re2 as regular expression implementation. BUG=348551 Review URL: https://codereview.chromium.org/195193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259943 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/json_schema/DEPS')
-rw-r--r--components/json_schema/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/json_schema/DEPS b/components/json_schema/DEPS
index e7cf2c6f..62035fb 100644
--- a/components/json_schema/DEPS
+++ b/components/json_schema/DEPS
@@ -1,3 +1,4 @@
include_rules = [
+ "+third_party/re2",
"+ui/base",
]