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

Unified Diff: apps/apps.gypi

Issue 171523005: BACKUP: NativeAppWindowView - before splitting CL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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.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 78dcd5f7c87e2434a5f812be492dc3edef662b8c..16cb4cb20c418731e975b380fb506107fc60214c 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -65,6 +65,8 @@
'ui/native_app_window.h',
'ui/views/app_window_frame_view.cc',
'ui/views/app_window_frame_view.h',
+ 'ui/views/native_app_window_views.cc',
+ 'ui/views/native_app_window_views.h',
],
'conditions': [
['chromeos==1',
@@ -129,6 +131,8 @@
'shell/app/shell_main.cc',
'shell/browser/shell_app_sorting.cc',
'shell/browser/shell_app_sorting.h',
+ 'shell/browser/shell_apps_client.cc',
+ 'shell/browser/shell_apps_client.h',
'shell/browser/shell_browser_context.cc',
'shell/browser/shell_browser_context.h',
'shell/browser/shell_browser_main_parts.cc',
@@ -141,6 +145,10 @@
'shell/browser/shell_extension_system_factory.h',
'shell/browser/shell_extensions_browser_client.cc',
'shell/browser/shell_extensions_browser_client.h',
+ 'shell/browser/shell_native_app_window.cc',
+ 'shell/browser/shell_native_app_window.h',
+ 'shell/browser/shell_shell_window_delegate.cc',
+ 'shell/browser/shell_shell_window_delegate.h',
'shell/browser/web_view_window.cc',
'shell/browser/web_view_window.cc',
'shell/common/shell_content_client.cc',
« no previous file with comments | « apps/app_window.cc ('k') | apps/apps_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698