diff options
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r-- | apps/apps.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi index ddbec1b..521bb5a 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -189,6 +189,8 @@ 'shell/browser/shell_browser_main_parts.h', 'shell/browser/shell_content_browser_client.cc', 'shell/browser/shell_content_browser_client.h', + 'shell/browser/shell_desktop_controller.cc', + 'shell/browser/shell_desktop_controller.h', 'shell/browser/shell_extension_system.cc', 'shell/browser/shell_extension_system.h', 'shell/browser/shell_extension_system_factory.cc', @@ -197,8 +199,6 @@ 'shell/browser/shell_extension_web_contents_observer.h', 'shell/browser/shell_extensions_browser_client.cc', 'shell/browser/shell_extensions_browser_client.h', - 'shell/browser/web_view_window.cc', - 'shell/browser/web_view_window.cc', 'shell/common/shell_content_client.cc', 'shell/common/shell_content_client.h', 'shell/common/shell_extensions_client.cc', |