From ad3c6870f41f0b057697ea8dec59cc8cf8108745 Mon Sep 17 00:00:00 2001 From: hashimoto Date: Fri, 29 Aug 2014 02:46:57 -0700 Subject: Move AppWindow to extensions Move AppWindow, AppWindowRegistry and AppsClient from apps/ to extensions/browser/app_window Change the namespace from apps to extensions. Fix GYP and DEPS. BUG=403726 TBR=sky@chromium.org for include and namespace changes Review URL: https://codereview.chromium.org/494033002 Cr-Commit-Position: refs/heads/master@{#292599} --- apps/apps.gypi | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/apps.gypi') diff --git a/apps/apps.gypi b/apps/apps.gypi index 724799d..ddf0c99 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -38,12 +38,8 @@ 'app_restore_service.h', 'app_restore_service_factory.cc', 'app_restore_service_factory.h', - 'app_window.cc', - 'app_window.h', 'app_window_contents.cc', 'app_window_contents.h', - 'app_window_registry.cc', - 'app_window_registry.h', 'browser_context_keyed_service_factories.cc', 'browser_context_keyed_service_factories.h', 'custom_launcher_page_contents.cc', @@ -57,8 +53,6 @@ 'saved_files_service_factory.h', 'switches.cc', 'switches.h', - 'ui/apps_client.cc', - 'ui/apps_client.h', 'ui/views/app_window_frame_view.cc', 'ui/views/app_window_frame_view.h', 'ui/views/native_app_window_views.cc', -- cgit v1.1