summaryrefslogtreecommitdiffstats
path: root/components/json_schema.gypi
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.gypi
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.gypi')
-rw-r--r--components/json_schema.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/json_schema.gypi b/components/json_schema.gypi
index fd1675d..fdafc98 100644
--- a/components/json_schema.gypi
+++ b/components/json_schema.gypi
@@ -9,6 +9,7 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../third_party/re2/re2.gyp:re2'
],
'include_dirs': [
'..',