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

Unified Diff: chrome/chrome_browser.gypi

Issue 9586009: Move TabContentsViewGtk's delegate to content\public\browser. Also name it a delegate instead of a … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 124607)
+++ chrome/chrome_browser.gypi (working copy)
@@ -2507,8 +2507,8 @@
'browser/tab_first_render_watcher.h',
'browser/tab_contents/background_contents.cc',
'browser/tab_contents/background_contents.h',
- 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.cc',
- 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.h',
+ 'browser/tab_contents/chrome_web_contents_view_gtk_delegate.cc',
+ 'browser/tab_contents/chrome_web_contents_view_gtk_delegate.h',
'browser/tab_contents/chrome_web_contents_view_mac_delegate.h',
'browser/tab_contents/chrome_web_contents_view_mac_delegate.mm',
'browser/tab_contents/confirm_infobar_delegate.cc',
@@ -4723,7 +4723,14 @@
],
}],
],
- }],
+ }, {
+ 'sources!': [
+ # The rules only catch files that start or end with gtk, but this file
+ # would be incorrectly named if we forced the gtk at the end.
+ 'browser/tab_contents/chrome_web_contents_view_gtk_delegate.cc',
+ 'browser/tab_contents/chrome_web_contents_view_gtk_delegate.h',
+ ],
+ }],
['input_speech==0', {
'sources/': [
['exclude', '^browser/speech/'],
« no previous file with comments | « chrome/browser/ui/gtk/constrained_window_gtk.cc ('k') | content/browser/tab_contents/tab_contents_view_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698