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

Unified Diff: components/json_schema/DEPS

Issue 195193002: Add regular expression support in json_schema component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes 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/json_schema/DEPS
diff --git a/components/json_schema/DEPS b/components/json_schema/DEPS
index e7cf2c6ff61a3f29aded7e1bdf6ab7e831fddb5a..62035fb212343d7bac4d136271182bb442aa6f3c 100644
--- a/components/json_schema/DEPS
+++ b/components/json_schema/DEPS
@@ -1,3 +1,4 @@
include_rules = [
+ "+third_party/re2",
"+ui/base",
]

Powered by Google App Engine
This is Rietveld 408576698