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

Unified Diff: remoting/remoting_host.gypi

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 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 | « remoting/host/BUILD.gn ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_host.gypi
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 4ec28b1d8f875b24522eaf9290ea801e937e02c1..fa39c46ad5bdd978ca5b305d136e9190fb1498ff 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -331,13 +331,6 @@
'host/setup/host_starter.h',
'host/setup/start_host.cc',
],
- 'conditions': [
- ['OS=="linux" and use_allocator!="none"', {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }],
- ],
}, # end of target 'remoting_start_host'
{
# GN: //remoting/host:remoting_infoplist_strings
@@ -545,11 +538,6 @@
}], # mac_breakpad==1
], # conditions
}], # OS=mac
- ['OS=="linux" and use_allocator!="none"', {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }], # OS=linux
], # end of 'conditions'
}, # end of target 'remoting_me2me_host'
{
@@ -575,11 +563,6 @@
'host/setup/me2me_native_messaging_host_main.h',
],
'conditions': [
- ['OS=="linux" and use_allocator!="none"', {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }],
['OS=="mac"', {
'mac_bundle': 1,
'variables': {
@@ -675,11 +658,6 @@
'../build/linux/system.gyp:gtk2',
],
}],
- ['OS=="linux" and use_allocator!="none"', {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }],
['OS=="mac"', {
'mac_bundle': 1,
'variables': {
« no previous file with comments | « remoting/host/BUILD.gn ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698