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

Unified Diff: apps/apps.gypi

Issue 15269003: Refactor extension handling code from AppShimHost into ExtensionAppShimHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Instantiate ExtensionAppShimHandler in AppShimHostManager. Created 7 years, 7 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
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 4867f7334947cf2c5c7e05ca336866fc343cc515..2dc64f73103e0e3cfe6712bc7d504f3f42f1358e 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -36,6 +36,8 @@
'app_shim/app_shim_host_mac.h',
'app_shim/app_shim_host_manager_mac.h',
'app_shim/app_shim_host_manager_mac.mm',
+ 'app_shim/extension_app_shim_handler_mac.h',
+ 'app_shim/extension_app_shim_handler_mac.cc',
'field_trial_names.cc',
'field_trial_names.h',
'pref_names.cc',

Powered by Google App Engine
This is Rietveld 408576698