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

Unified Diff: chrome/chrome.gyp

Issue 2066004: Mac: app mode loader (shim). (Closed)
Patch Set: more changes per mark + merged ToT Created 10 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
« no previous file with comments | « chrome/app/framework.order ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index d05dd8a16e3807ffd72218a81cb95493c2ae6d77..0087c6a025590d4006b71117a05d097822f1c127 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1148,6 +1148,27 @@
],
}, # target helper_app
{
+ # This produces the app mode loader, but not as a bundle. Chromium
+ # itself is responsible for producing bundles.
+ 'target_name': 'app_mode_app',
+ 'type': 'executable',
+ 'product_name': '<(mac_product_name) App Mode Loader',
+ 'sources': [
+ 'app/app_mode_loader_mac.mm',
+ 'common/app_mode_common_mac.h',
+ 'common/app_mode_common_mac.mm',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
+ '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
+ ],
+ },
+ }, # target app_mode_app
+ {
# Convenience target to build a disk image.
'target_name': 'build_app_dmg',
# Don't place this in the 'all' list; most won't want it.
« no previous file with comments | « chrome/app/framework.order ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698