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

Unified Diff: chrome/chrome.gyp

Issue 7541057: Breakpad: Build an x86-64 version of crash_service.exe on Windows (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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 | « no previous file | no next file » | 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 4b62f5244c11d1c77c65f626a381c3ef2327e90c..781913b3e44bd30ac7ee769609c9248089282b61 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1605,6 +1605,37 @@
},
},
},
+ {
+ 'target_name': 'crash_service_win64',
+ 'type': 'executable',
+ 'product_name': 'crash_service64',
+ 'dependencies': [
+ 'app/policy/cloud_policy_codegen.gyp:policy_win64',
+ 'common_constants_win64',
+ 'installer_util_nacl_win64',
+ '../base/base.gyp:base_static_win64',
+ '../breakpad/breakpad.gyp:breakpad_handler_win64',
+ '../breakpad/breakpad.gyp:breakpad_sender_win64',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'tools/crash_service/crash_service.cc',
+ 'tools/crash_service/crash_service.h',
+ 'tools/crash_service/main.cc',
+ ],
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
+ },
+ },
+ 'configurations': {
+ 'Common_Base': {
+ 'msvs_target_platform': 'x64',
+ },
+ },
+ },
]}, # 'targets'
], # OS=="win"
['os_posix == 1 and OS != "mac"', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698