Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1207)

Unified Diff: apps/apps.gypi

Issue 436503002: Moved CreateNativeAppWindow from AppWindow::Delegate to AppsClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 0e65e298065b22405bc970a749329c47ef4c6b46..f6cbdb5fdf0a766ae28662799108285e4b56d684 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -44,8 +44,6 @@
'app_window_geometry_cache.h',
'app_window_registry.cc',
'app_window_registry.h',
- 'apps_client.cc',
- 'apps_client.h',
'browser_context_keyed_service_factories.cc',
'browser_context_keyed_service_factories.h',
'custom_launcher_page_contents.cc',
@@ -65,6 +63,8 @@
'size_constraints.h',
'switches.cc',
'switches.h',
+ 'ui/apps_client.cc',
+ 'ui/apps_client.h',
'ui/native_app_window.h',
'ui/views/app_window_frame_view.cc',
'ui/views/app_window_frame_view.h',

Powered by Google App Engine
This is Rietveld 408576698