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

Unified Diff: content/content_browser.gypi

Issue 9700023: Move creation of content TabContentsViews to content so that we can hide these headers through DEPS… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 9 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 126521)
+++ content/content_browser.gypi (working copy)
@@ -142,9 +142,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_contents_view_win_delegate.h',
+ 'public/browser/web_contents_view_delegate.h',
'public/browser/web_drag_dest_delegate.h',
'public/browser/web_intents_dispatcher.h',
'public/browser/web_ui.h',
@@ -763,12 +761,6 @@
'../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': [

Powered by Google App Engine
This is Rietveld 408576698