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

Unified Diff: components/json_schema.gypi

Issue 195193002: Add regular expression support in json_schema component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comment 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
« no previous file with comments | « no previous file | components/json_schema/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/json_schema.gypi
diff --git a/components/json_schema.gypi b/components/json_schema.gypi
index fd1675d70216303e8b729df2742ed647db9188db..fdafc98005a5f9a8e5e906b4ca9ad2f634c4c95e 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': [
'..',
« no previous file with comments | « no previous file | components/json_schema/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698