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

Unified Diff: apps/apps.gypi

Issue 166833004: Add support for chrome.app.window.create() to app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (shell_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 | « apps/app_window.cc ('k') | 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 d18eec9c1692363c102727f5e3c2ccc57af334c6..6541f07d9a52cc2bc5216f556220d8041e6ca241 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -133,6 +133,10 @@
'shell/app/shell_main.cc',
'shell/browser/shell_app_sorting.cc',
'shell/browser/shell_app_sorting.h',
+ 'shell/browser/shell_app_window_delegate.cc',
+ 'shell/browser/shell_app_window_delegate.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',
« no previous file with comments | « apps/app_window.cc ('k') | apps/apps_client.h » ('j') | apps/apps_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698