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

Unified Diff: build/all.gyp

Issue 1875613004: Remove stray references to crash_service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index f688ebb2244f4b90bfa9351afd16ddbd4638afd1..c8142f95b0c36731642373010bc03e75c6234f2e 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -381,7 +381,6 @@
}],
['OS=="win"', {
'dependencies': [
- '../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:installer_util_unittests',
'../chrome/chrome.gyp:setup_unittests',
# ../chrome/test/mini_installer requires mini_installer.
@@ -590,15 +589,9 @@
}],
['OS=="win"', {
'dependencies': [
- '../chrome/chrome.gyp:crash_service',
'../gpu/gpu.gyp:angle_perftests',
],
}],
- ['OS=="win" and target_arch=="ia32"', {
- 'dependencies': [
- '../chrome/chrome.gyp:crash_service_win64',
- ],
- }],
],
}, # target_name: chromium_builder_perf
{
@@ -628,16 +621,6 @@
'../chrome/chrome.gyp:linux_symbols'
],
}],
- ['OS=="win"', {
- 'dependencies': [
- '../chrome/chrome.gyp:crash_service',
- ],
- }],
- ['OS=="win" and target_arch=="ia32"', {
- 'dependencies': [
- '../chrome/chrome.gyp:crash_service_win64',
- ],
- }],
],
}, # target_name: chromium_gpu_builder
{
« no previous file with comments | « BUILD.gn ('k') | chrome/tools/build/win/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698