summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-11 04:03:57 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-11 04:03:57 +0000
commitfd2b9cec9b6eed50f8fc1fcdf72866733fe57f45 (patch)
tree620a3ff359c4007f30c54f292de5a546739a570a /chrome/chrome_browser.gypi
parent7ab36c4f07b585449febcc6f2c59a9f5a0a40eed (diff)
downloadchromium_src-fd2b9cec9b6eed50f8fc1fcdf72866733fe57f45.zip
chromium_src-fd2b9cec9b6eed50f8fc1fcdf72866733fe57f45.tar.gz
chromium_src-fd2b9cec9b6eed50f8fc1fcdf72866733fe57f45.tar.bz2
Adds support for showing the match preview on views. It's behind the
flag --enable-match-preview. There is still a lot of details to get it working good enough, but this is a good point to check some stuff in. BUG=none TEST=none Review URL: http://codereview.chromium.org/3105004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55665 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 375120e..7e9d7fe 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2484,6 +2484,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',
@@ -2514,8 +2516,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',