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

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: android, chromeos (app_window) 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') | 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 da93f133e9f37c0da425d8ad96cf119d895fa388..16664923b9335c1f9a1ed48090cda374d12f34da 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',
@@ -141,6 +143,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 | « no previous file | apps/apps_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698