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

Side by Side Diff: components/components_tests.gyp

Issue 258433005: Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 7 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 | « cloud_print/cloud_print.gyp ('k') | components/nacl.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'dependencies': [ 429 'dependencies': [
430 '../dbus/dbus.gyp:dbus', 430 '../dbus/dbus.gyp:dbus',
431 '../device/media_transfer_protocol/media_transfer_protocol.gyp:d evice_media_transfer_protocol', 431 '../device/media_transfer_protocol/media_transfer_protocol.gyp:d evice_media_transfer_protocol',
432 ], 432 ],
433 }], 433 }],
434 ['OS=="win" and win_use_allocator_shim==1', { 434 ['OS=="win" and win_use_allocator_shim==1', {
435 'dependencies': [ 435 'dependencies': [
436 '../base/allocator/allocator.gyp:allocator', 436 '../base/allocator/allocator.gyp:allocator',
437 ], 437 ],
438 }], 438 }],
439 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 439 ['OS=="linux" and component=="shared_library" and use_allocator!="no ne"', {
440 ['OS=="linux" and component=="shared_library" and ((use_allocator!=" none" and use_allocator!="see_use_tcmalloc") or (use_allocator=="see_use_tcmallo c" and linux_use_tcmalloc==1))', {
441 'dependencies': [ 440 'dependencies': [
442 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 441 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
443 ], 442 ],
444 'link_settings': { 443 'link_settings': {
445 'ldflags': ['-rdynamic'], 444 'ldflags': ['-rdynamic'],
446 }, 445 },
447 }], 446 }],
448 ['configuration_policy==1', { 447 ['configuration_policy==1', {
449 'dependencies': [ 448 'dependencies': [
450 'components.gyp:policy_component', 449 'components.gyp:policy_component',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'dependencies': [ 683 'dependencies': [
685 '../base/allocator/allocator.gyp:allocator', 684 '../base/allocator/allocator.gyp:allocator',
686 ], 685 ],
687 }], 686 }],
688 ], 687 ],
689 }, 688 },
690 ], 689 ],
691 }], 690 }],
692 ], 691 ],
693 } 692 }
OLDNEW
« no previous file with comments | « cloud_print/cloud_print.gyp ('k') | components/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698