Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index 693c618bf441242f86491e22e01c07b832065dcf..3bac03a456a10cb2433e0b4b537bc033867920c9 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', |
@@ -163,6 +164,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', |