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

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: Rebase. Created 6 years, 4 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
« no previous file with comments | « apps/app_window_registry.cc ('k') | apps/apps_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index b2c124f08d8969e5031ed0d4fae943798b6d0fca..63dbc48d8884cc1ecb1e0d002cafe1a1f035c825 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -46,8 +46,6 @@
'app_window_registry.h',
'app_web_contents_helper.cc',
'app_web_contents_helper.h',
- 'apps_client.cc',
- 'apps_client.h',
'browser_context_keyed_service_factories.cc',
'browser_context_keyed_service_factories.h',
'custom_launcher_page_contents.cc',
@@ -67,6 +65,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',
« no previous file with comments | « apps/app_window_registry.cc ('k') | apps/apps_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698