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

Unified Diff: components/policy/policy_common.gypi

Issue 205923004: Add regex support in policy schema (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@json-schema-regex
Patch Set: Validate() against multiple properties Created 6 years, 9 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
Index: components/policy/policy_common.gypi
diff --git a/components/policy/policy_common.gypi b/components/policy/policy_common.gypi
index 0d6c5879a20b4aad7bff92e91fcd5b55b199a180..016a1eabb1215a5362e0257cd5ef8eb41ed2da87 100644
--- a/components/policy/policy_common.gypi
+++ b/components/policy/policy_common.gypi
@@ -19,6 +19,7 @@
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
+ '../third_party/re2/re2.gyp:re2',
'../url/url.gyp:url_lib',
'cloud_policy_proto',
'json_schema',

Powered by Google App Engine
This is Rietveld 408576698