diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-01 07:07:39 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-01 07:07:39 +0000 |
commit | d53417e9256a32e27d99d5bca5fa01b35d46ef65 (patch) | |
tree | 548251ac2823f1112015c4147b2260403d662604 /apps/apps.gypi | |
parent | 43e54db458b7c37bb681cd34a7d991f8e18e1091 (diff) | |
download | chromium_src-d53417e9256a32e27d99d5bca5fa01b35d46ef65.zip chromium_src-d53417e9256a32e27d99d5bca5fa01b35d46ef65.tar.gz chromium_src-d53417e9256a32e27d99d5bca5fa01b35d46ef65.tar.bz2 |
Move ShellWindow into apps component.
This involves creating a new delegate type, ShellWindow::Delegate, which
is implemented in chrome.
BUG=159366
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208927
Review URL: https://chromiumcodereview.appspot.com/16702003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209371 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r-- | apps/apps.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi index 3d3add7..2d8eeae 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -57,6 +57,8 @@ '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', |