| 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': [
|
|
|