| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 56b4c629337ac703896ee0494b0909cd0d7e1e70..498ed194de795edfa054defc8df49e3ed1c32189 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -2482,6 +2482,8 @@
|
| 'browser/tab_contents/interstitial_page.h',
|
| 'browser/tab_contents/language_state.h',
|
| 'browser/tab_contents/language_state.cc',
|
| + 'browser/tab_contents/match_preview.cc',
|
| + 'browser/tab_contents/match_preview.h',
|
| 'browser/tab_contents/navigation_controller.cc',
|
| 'browser/tab_contents/navigation_controller.h',
|
| 'browser/tab_contents/navigation_entry.cc',
|
| @@ -2512,8 +2514,8 @@
|
| 'browser/tab_contents/tab_contents_view_gtk.h',
|
| 'browser/tab_contents/tab_contents_view_mac.h',
|
| 'browser/tab_contents/tab_contents_view_mac.mm',
|
| - 'browser/tab_contents/tab_specific_content_settings.h',
|
| 'browser/tab_contents/tab_specific_content_settings.cc',
|
| + 'browser/tab_contents/tab_specific_content_settings.h',
|
| 'browser/tab_contents/tab_util.cc',
|
| 'browser/tab_contents/tab_util.h',
|
| 'browser/tab_contents/thumbnail_generator.cc',
|
|
|