diff options
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r-- | chrome/common/common.scons | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons index 93fc73f..90b8a26 100644 --- a/chrome/common/common.scons +++ b/chrome/common/common.scons @@ -43,6 +43,10 @@ input_files = ChromeFileList([ # TODO(sgk): violate standard indentation so we don't have to # reindent too much when we remove the explicit MSVSFilter() calls # in favor of generating the hierarchy to reflect the file system. + MSVSFilter('extensions', [ + 'extensions/url_pattern.cc', + 'extensions/url_pattern.h', + ]), MSVSFilter('net', [ 'net/cookie_monster_sqlite.cc', 'net/cookie_monster_sqlite.h', |