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

Unified Diff: extensions/shell/app_shell.gyp

Issue 547593002: Add ShellAppsClient, ShellAppDelegate, ShellNativeAppWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@apifeatures
Patch Set: Add missing virtual Created 6 years, 3 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 | « athena/main/athena_main.cc ('k') | extensions/shell/browser/desktop_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/app_shell.gyp
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp
index 0eeb39243b57e4a3e63dc0ae417226bd0e1fbf87..c1b0e072b3fa7079d3870d79370df6189aefd249 100644
--- a/extensions/shell/app_shell.gyp
+++ b/extensions/shell/app_shell.gyp
@@ -58,11 +58,15 @@
'browser/desktop_controller.h',
'browser/media_capture_util.cc',
'browser/media_capture_util.h',
+ 'browser/shell_app_delegate.cc',
+ 'browser/shell_app_delegate.h',
'browser/shell_app_sorting.cc',
'browser/shell_app_sorting.h',
'browser/shell_app_window.cc',
'browser/shell_app_window.h',
'browser/shell_app_window_controller.h',
+ 'browser/shell_apps_client.cc',
+ 'browser/shell_apps_client.h',
'browser/shell_audio_controller_chromeos.cc',
'browser/shell_audio_controller_chromeos.h',
'browser/shell_browser_context.cc',
@@ -86,6 +90,8 @@
'browser/shell_extension_web_contents_observer.h',
'browser/shell_extensions_browser_client.cc',
'browser/shell_extensions_browser_client.h',
+ 'browser/shell_native_app_window.cc',
+ 'browser/shell_native_app_window.h',
'browser/shell_network_controller_chromeos.cc',
'browser/shell_network_controller_chromeos.h',
'browser/shell_omaha_query_params_delegate.cc',
« no previous file with comments | « athena/main/athena_main.cc ('k') | extensions/shell/browser/desktop_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698