Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index b0bb3796a11e16d9c03e07e9be89c8aec91ce173..bb189a62304396ca874dab4e18436c2c3faba082 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -50,6 +50,7 @@ |
'<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
'<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
'<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', |
+ '<(DEPTH)/third_party/re2/re2.gyp:re2', |
'<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
'<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
'<(DEPTH)/ui/ui.gyp:ui_resources', |
@@ -164,6 +165,10 @@ |
'common/extensions/file_browser_handler.h', |
'common/extensions/manifest.cc', |
'common/extensions/manifest.h', |
+ 'common/extensions/matcher/regex_set_matcher.cc', |
+ 'common/extensions/matcher/regex_set_matcher.h', |
+ 'common/extensions/matcher/string_pattern.cc', |
+ 'common/extensions/matcher/string_pattern.h', |
'common/extensions/matcher/substring_set_matcher.cc', |
'common/extensions/matcher/substring_set_matcher.h', |
'common/extensions/matcher/url_matcher.cc', |