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

Unified Diff: chrome/chrome.gyp

Issue 1858883004: Remove CAPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp Created 4 years, 8 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 | « build/gn_migration.gypi ('k') | chrome/tools/crash_service/BUILD.gn » ('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 0b2bfa3f83be50ef99e82c4ff03387e899357d87..51519984355976344d06236a9e8dbb1ef7c0f9fd 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -416,28 +416,6 @@
],
},
{
- # GN version: //chrome/tools/crash_service
- 'target_name': 'crash_service',
- 'type': 'executable',
- 'dependencies': [
- 'installer_util',
- '../base/base.gyp:base',
- '../chrome/common_constants.gyp:common_constants',
- '../components/components.gyp:breakpad_crash_service',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'tools/crash_service/main.cc',
- ],
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
- },
- },
- },
- {
'target_name': 'sb_sigutil',
'type': 'executable',
'dependencies': [
@@ -490,38 +468,6 @@
},
},
},
- {
- # GN version: //chrome/tools/crash_service:crash_service_win64
- 'target_name': 'crash_service_win64',
- 'type': 'executable',
- 'product_name': 'crash_service64',
- 'dependencies': [
- 'installer_util_nacl_win64',
- '../base/base.gyp:base_static_win64',
- '../chrome/common_constants.gyp:common_constants_win64',
- '../components/components.gyp:breakpad_crash_service_win64',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- '../content/public/common/content_switches.cc',
- 'tools/crash_service/main.cc',
- ],
- 'defines': [
- 'COMPILE_CONTENT_STATICALLY',
- ],
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
- },
- },
- 'configurations': {
- 'Common_Base': {
- 'msvs_target_platform': 'x64',
- },
- },
- },
]}, # 'targets'
], # OS=="win" and target_arch=="ia32"
['chromeos==1', {
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/tools/crash_service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698