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

Unified Diff: chrome/tools/crash_service/caps/caps.gyp

Issue 890213002: Add basic support for CAPS exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review fixes Created 5 years, 11 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 | chrome/tools/crash_service/caps/exit_codes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/crash_service/caps/caps.gyp
diff --git a/chrome/tools/crash_service/caps/caps.gyp b/chrome/tools/crash_service/caps/caps.gyp
index f18f84d6c4413d06a4429b0986a92883daa933fd..4ae7d2ea215a1859d6d4773bc977f16cc0be333a 100644
--- a/chrome/tools/crash_service/caps/caps.gyp
+++ b/chrome/tools/crash_service/caps/caps.gyp
@@ -39,14 +39,21 @@
'target_name': 'caps',
'type': 'executable',
'include_dirs': [
- '../..',
+ '..',
],
'sources': [
+ 'exit_codes.h',
+ 'logger_win.cc',
+ 'logger_win.h',
'main_win.cc',
+ 'process_singleton_win.cc',
+ 'process_singleton_win.h',
'<(SHARED_INTERMEDIATE_DIR)/caps/caps_version.rc',
],
'dependencies': [
'caps_resources',
+ '<../../../../base/base.gyp:base',
scottmg 2015/02/03 04:00:53 oops, no < here.
+ '<../../../../chrome/chrome.gyp:common_version',
],
'msvs_settings': {
'VCLinkerTool': {
« no previous file with comments | « no previous file | chrome/tools/crash_service/caps/exit_codes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698