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

Side by Side Diff: remoting/remoting_test.gypi

Issue 177353002: Add use_allocator instead of linux_use_tcmalloc to switch the allocator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/remoting_host_linux.gypi ('k') | sql/sql.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 # Remoting unit tests 7 # Remoting unit tests
8 { 8 {
9 'target_name': 'remoting_unittests', 9 'target_name': 'remoting_unittests',
10 'type': '<(gtest_target_type)', 10 'type': '<(gtest_target_type)',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'remoting_host_setup_base', 222 'remoting_host_setup_base',
223 'remoting_it2me_host_static', 223 'remoting_it2me_host_static',
224 'remoting_native_messaging_base', 224 'remoting_native_messaging_base',
225 ], 225 ],
226 'sources/': [ 226 'sources/': [
227 ['exclude', '^codec/'], 227 ['exclude', '^codec/'],
228 ['exclude', '^host/'], 228 ['exclude', '^host/'],
229 ['exclude', '^base/resources_unittest\\.cc$'], 229 ['exclude', '^base/resources_unittest\\.cc$'],
230 ] 230 ]
231 }], 231 }],
232 [ 'OS == "linux" and linux_use_tcmalloc==1', { 232 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
233 [ 'OS == "linux" and ((use_allocator!="none" and use_allocator!="see_use _tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', {
233 'dependencies': [ 234 'dependencies': [
234 '../base/allocator/allocator.gyp:allocator', 235 '../base/allocator/allocator.gyp:allocator',
235 ], 236 ],
236 }], 237 }],
237 ], # end of 'conditions' 238 ], # end of 'conditions'
238 }, # end of target 'remoting_unittests' 239 }, # end of target 'remoting_unittests'
239 ], # end of targets 240 ], # end of targets
240 } 241 }
OLDNEW
« no previous file with comments | « remoting/remoting_host_linux.gypi ('k') | sql/sql.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698