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

Unified Diff: content/content_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: content/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 124607)
+++ content/content_browser.gypi (working copy)
@@ -124,6 +124,7 @@
'public/browser/web_contents_observer.cc',
'public/browser/web_contents_observer.h',
'public/browser/web_contents_view.h',
+ 'public/browser/web_contents_view_gtk_delegate.h',
'public/browser/web_contents_view_mac_delegate.h',
'public/browser/web_intents_dispatcher.h',
'public/browser/web_ui.h',
@@ -647,7 +648,6 @@
'browser/tab_contents/tab_contents_view_gtk.h',
'browser/tab_contents/tab_contents_view_helper.cc',
'browser/tab_contents/tab_contents_view_helper.h',
- 'browser/tab_contents/tab_contents_view_wrapper_gtk.h',
'browser/tab_contents/title_updated_details.h',
'browser/tab_contents/web_contents_view_android.cc',
'browser/tab_contents/web_contents_view_android.h',
@@ -749,6 +749,12 @@
'../build/linux/system.gyp:x11',
'../dbus/dbus.gyp:dbus',
],
+ }, {
+ '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.
+ 'public/browser/web_contents_view_gtk_delegate.h',
+ ],
}],
['OS=="linux"', {
'dependencies': [
« no previous file with comments | « content/browser/tab_contents/tab_contents_view_wrapper_gtk.h ('k') | content/public/browser/web_contents_view_gtk_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698