summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp21
1 files changed, 21 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 5472fe5..4a46af3 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1147,6 +1147,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.