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

Unified Diff: apps/apps.gypi

Issue 12623005: [mac] App shims (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move app_shim code to apps/ Created 7 years, 9 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 e8174754d0bb94d7fddee644a3726bf08cf59635..62647aaff9753d01f65e9279469e10d6553bb9bf 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -22,6 +22,10 @@
'<(INTERMEDIATE_DIR)',
],
'sources': [
+ 'app_shim/app_shim_host.cc',
+ 'app_shim/app_shim_host.h',
+ 'app_shim/app_shim_host_controller.h',
+ 'app_shim/app_shim_host_controller.mm',
'app_launcher.cc',
'app_launcher.h',
'app_restore_service.cc',

Powered by Google App Engine
This is Rietveld 408576698