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

Unified Diff: apps/apps.gypi

Issue 23539002: Delete app_host from apps/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed TODO Created 7 years, 4 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 | « apps/app_host/update.cc ('k') | chrome/app/app_host_exe.ver » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 7e2c179b48844992ce107a8e159c996c8158a996..bd2bffc878a650ca4fd92634af7af837d6b91f8f 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'
}
« no previous file with comments | « apps/app_host/update.cc ('k') | chrome/app/app_host_exe.ver » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698