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

Unified Diff: apps/apps.gypi

Issue 145723011: Add a specialized apps::NativeAppWindow for app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: similarity 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 | « no previous file | apps/apps_client.h » ('j') | apps/apps_client.h » ('J')
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 a12a0939ee173075d9cf6b2ac304b476111838bc..2a6aaad2760171a06ff3415bfc1a2a502a5fabe4 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -129,6 +129,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',
@@ -139,6 +141,10 @@
'shell/browser/shell_extension_system.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 | « no previous file | apps/apps_client.h » ('j') | apps/apps_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698