Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2166)

Unified Diff: chrome/chrome_browser.gypi

Issue 3332022: Bunch of match preview tweaks: (Closed)
Patch Set: Add string16 include Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/views/toolbar_view.cc ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 76ddc3a0434c6832044a5c84d234af4606958a65..535591579cbdd5c1e80c52c58cfe962719c65ab8 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2678,6 +2678,7 @@
'browser/tab_contents/interstitial_page.h',
'browser/tab_contents/language_state.h',
'browser/tab_contents/language_state.cc',
+ 'browser/tab_contents/match_preview_delegate.h',
'browser/tab_contents/match_preview.cc',
'browser/tab_contents/match_preview.h',
'browser/tab_contents/navigation_controller.cc',
@@ -2892,6 +2893,8 @@
'browser/views/frame/browser_view.h',
'browser/views/frame/browser_view_layout.cc',
'browser/views/frame/browser_view_layout.h',
+ 'browser/views/frame/contents_container.cc',
+ 'browser/views/frame/contents_container.h',
'browser/views/frame/glass_browser_frame_view.cc',
'browser/views/frame/glass_browser_frame_view.h',
'browser/views/frame/opaque_browser_frame_view.cc',
@@ -3588,6 +3591,8 @@
['include', '^browser/views/frame/browser_frame_gtk.h'],
['include', '^browser/views/frame/browser_root_view.cc'],
['include', '^browser/views/frame/browser_root_view.h'],
+ ['include', '^browser/views/frame/contents_container.cc'],
+ ['include', '^browser/views/frame/contents_container.h'],
['include', '^browser/views/frame/opaque_browser_frame_view.cc'],
['include', '^browser/views/frame/opaque_browser_frame_view.h'],
['include', '^browser/views/frame/popup_non_client_frame_view.cc'],
« no previous file with comments | « chrome/browser/views/toolbar_view.cc ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698