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

Unified Diff: chrome/chrome.gyp

Issue 26688006: Move CrashService class to breakpad component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 2 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/DEPS » ('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 95642f742851571d213666f10f1e68ec517a4f4b..93f39cceead40dabd8f833b5c61393360f64c559 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -950,16 +950,13 @@
'dependencies': [
'installer_util',
'../base/base.gyp:base',
- '../breakpad/breakpad.gyp:breakpad_handler',
- '../breakpad/breakpad.gyp:breakpad_sender',
'../chrome/common_constants.gyp:common_constants',
+ '../components/components.gyp:breakpad_crash_service',
],
'include_dirs': [
'..',
],
'sources': [
- 'tools/crash_service/crash_service.cc',
- 'tools/crash_service/crash_service.h',
'tools/crash_service/main.cc',
],
'msvs_settings': {
@@ -1017,16 +1014,13 @@
'dependencies': [
'installer_util_nacl_win64',
'../base/base.gyp:base_static_win64',
- '../breakpad/breakpad.gyp:breakpad_handler_win64',
- '../breakpad/breakpad.gyp:breakpad_sender_win64',
'../chrome/common_constants.gyp:common_constants_win64',
+ '../components/components.gyp:breakpad_crash_service_win64',
],
'include_dirs': [
'..',
],
'sources': [
- 'tools/crash_service/crash_service.cc',
- 'tools/crash_service/crash_service.h',
'tools/crash_service/main.cc',
'../content/public/common/content_switches.cc',
],
« no previous file with comments | « no previous file | chrome/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698