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

Side by Side Diff: chrome/chrome_tests_unit.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 | « chrome/chrome_tests.gypi ('k') | chromeos/chromeos.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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2354 matching lines...) Expand 10 before | Expand all | Expand 10 after
2365 'configurations': { 2365 'configurations': {
2366 'Release': { 2366 'Release': {
2367 'ldflags': [ 2367 'ldflags': [
2368 '-Wl,--strip-debug', 2368 '-Wl,--strip-debug',
2369 ], 2369 ],
2370 }, 2370 },
2371 }, 2371 },
2372 }], 2372 }],
2373 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { 2373 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
2374 'conditions': [ 2374 'conditions': [
2375 ['linux_use_tcmalloc==1', { 2375 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
2376 ['(use_allocator!="none" and use_allocator!="see_use_tcmalloc") or ( use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)', {
2376 'dependencies': [ 2377 'dependencies': [
2377 '../base/allocator/allocator.gyp:allocator', 2378 '../base/allocator/allocator.gyp:allocator',
2378 ], 2379 ],
2379 }], 2380 }],
2380 ], 2381 ],
2381 }], 2382 }],
2382 ['OS=="mac"', { 2383 ['OS=="mac"', {
2383 # The test fetches resources which means Mac need the app bundle to 2384 # The test fetches resources which means Mac need the app bundle to
2384 # exist on disk so it can pull from it. 2385 # exist on disk so it can pull from it.
2385 'dependencies': [ 2386 'dependencies': [
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
2882 'browser/ui/app_list/test/fake_profile_store.h', 2883 'browser/ui/app_list/test/fake_profile_store.h',
2883 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2884 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2884 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2885 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2885 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2886 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2886 ], 2887 ],
2887 }, 2888 },
2888 ], 2889 ],
2889 }], 2890 }],
2890 ], # 'conditions' 2891 ], # 'conditions'
2891 } 2892 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698