From 88cd06107c1280ad59ba96273e49ffdc7558c86c Mon Sep 17 00:00:00 2001 From: "asvitkine@chromium.org" Date: Thu, 27 Jun 2013 15:29:39 +0000 Subject: Revert 208927 "Move ShellWindow into apps component." broke build: ../../chrome/browser/ui/apps/chrome_shell_window_delegate.cc:7:31: fatal error: base/stringprintf.h: No such file or directory (I think it was moved to base/strings/stringprintf.h) > Move ShellWindow into apps component. > > This involves creating a new delegate type, ShellWindow::Delegate, which > is implemented in chrome. > > BUG=159366 > > Review URL: https://chromiumcodereview.appspot.com/16702003 TBR=benwells@chromium.org Review URL: https://codereview.chromium.org/18062007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208929 0039d316-1c4b-4281-b951-d872f2087c98 --- apps/apps.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/apps.gypi') diff --git a/apps/apps.gypi b/apps/apps.gypi index 9ed738d..fd45772d 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -56,8 +56,6 @@ 'saved_files_service.h', 'saved_files_service_factory.cc', 'saved_files_service_factory.h', - 'shell_window.cc', - 'shell_window.h', 'shell_window_geometry_cache.cc', 'shell_window_geometry_cache.h', 'shortcut_manager.cc', -- cgit v1.1