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

Unified Diff: build/all.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 | « no previous file | build/gn_migration.gypi » ('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 473c640ccb38189e5d1dee82abf9b8c8e5ca8c44..b18497f42ace8f00c3e6991a5002be788a5322ea 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -225,7 +225,6 @@
}],
['OS=="win"', {
'dependencies': [
- '../chrome/tools/crash_service/caps/caps.gyp:*',
'../chrome_elf/chrome_elf.gyp:*',
'../courgette/courgette.gyp:*',
'../rlz/rlz.gyp:*',
@@ -641,16 +640,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_debug_builder
{
@@ -1001,7 +990,6 @@
'../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
'../cc/cc_tests.gyp:cc_unittests',
'../chrome/chrome.gyp:browser_tests',
- '../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:gcapi_test',
'../chrome/chrome.gyp:installer_util_unittests',
'../chrome/chrome.gyp:interactive_ui_tests',
@@ -1043,13 +1031,6 @@
'../ui/views/views.gyp:views_unittests',
'../url/url.gyp:url_unittests',
],
- 'conditions': [
- ['target_arch=="ia32"', {
- 'dependencies': [
- '../chrome/chrome.gyp:crash_service_win64',
- ],
- }],
- ],
},
{
'target_name': 'chromium_builder_dbg_tsan_win',
@@ -1154,7 +1135,6 @@
'target_name': 'chrome_official_builder_no_unittests',
'type': 'none',
'dependencies': [
- '../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:gcapi_dll',
'../chrome/chrome.gyp:pack_policy_templates',
'../chrome/installer/mini_installer.gyp:mini_installer',
@@ -1164,11 +1144,6 @@
'../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
],
'conditions': [
- ['target_arch=="ia32"', {
- 'dependencies': [
- '../chrome/chrome.gyp:crash_service_win64',
- ],
- }],
['component != "shared_library" and wix_exists == "True" and \
sas_dll_exists == "True"', {
'dependencies': [
@@ -1267,16 +1242,6 @@
'blink_tests',
],
'conditions': [
- ['OS=="win"', {
- 'dependencies': [
- '../chrome/chrome.gyp:crash_service',
- ],
- }],
- ['OS=="win" and target_arch=="ia32"', {
- 'dependencies': [
- '../chrome/chrome.gyp:crash_service_win64',
- ],
- }],
['OS=="linux"', {
# Tests that currently only work on Linux.
'dependencies': [
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698