summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authorbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-30 12:03:50 +0000
committerbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-30 12:03:50 +0000
commit52d7340de92a8d6e4ac19c1ac7450d46d5fa8ed0 (patch)
tree7a56f1c8a9e9914a86d7872ed1deadabb809ea9d /apps/apps.gypi
parent9d89941f9c0ebe6b59e427065b5d1bfd22ef7dcf (diff)
downloadchromium_src-52d7340de92a8d6e4ac19c1ac7450d46d5fa8ed0.zip
chromium_src-52d7340de92a8d6e4ac19c1ac7450d46d5fa8ed0.tar.gz
chromium_src-52d7340de92a8d6e4ac19c1ac7450d46d5fa8ed0.tar.bz2
Delete app_host from apps/
This isn't used any more now and can be deleted. Chrome apps and the chrome app launcher are now part of the main chrome install, and don't need a separate executable to shunt control to chrome. TBR=sky BUG=279671 Review URL: https://chromiumcodereview.appspot.com/23539002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220555 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi41
1 files changed, 0 insertions, 41 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 7e2c179..bd2bffc 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -95,45 +95,4 @@
'msvs_disabled_warnings': [ 4267, ],
},
],
- 'conditions': [
- ['OS=="win"',
- {
- 'targets': [
- {
- 'target_name': 'app_host',
- 'type': 'executable',
- 'include_dirs': [
- '..',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '..',
- ],
- },
- 'dependencies': [
- '../base/base.gyp:base',
- '../chrome/chrome.gyp:chrome_version_resources',
- '../chrome/chrome.gyp:launcher_support',
- '../google_update/google_update.gyp:google_update',
- ],
- 'sources': [
- 'app_host/app_host.rc',
- 'app_host/app_host_main.cc',
- 'app_host/app_host_resource.h',
- 'app_host/binaries_installer.cc',
- 'app_host/binaries_installer.h',
- 'app_host/update.cc',
- 'app_host/update.h',
- '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc',
- ],
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
- },
- },
- },
- ],
- },
- ], # 'OS=="win"'
- ], # 'conditions'
}