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

Side by Side Diff: ui/views/views.gyp

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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 '$(ProjectDir)\\test\\views_unittest.manifest', 818 '$(ProjectDir)\\test\\views_unittest.manifest',
819 ], 819 ],
820 }, 820 },
821 }, 821 },
822 }], 822 }],
823 ['OS=="win" and win_use_allocator_shim==1', { 823 ['OS=="win" and win_use_allocator_shim==1', {
824 'dependencies': [ 824 'dependencies': [
825 '../../base/allocator/allocator.gyp:allocator', 825 '../../base/allocator/allocator.gyp:allocator',
826 ], 826 ],
827 }], 827 }],
828 ['OS=="linux" and linux_use_tcmalloc==1', { 828 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
829 ['OS=="linux" and ((use_allocator!="none" and use_allocator!="see_use_tc malloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))', {
829 # See http://crbug.com/162998#c4 for why this is needed. 830 # See http://crbug.com/162998#c4 for why this is needed.
830 'dependencies': [ 831 'dependencies': [
831 '../../base/allocator/allocator.gyp:allocator', 832 '../../base/allocator/allocator.gyp:allocator',
832 ], 833 ],
833 }], 834 }],
834 [ 'use_aura==1', { 835 [ 'use_aura==1', {
835 'dependencies': [ 836 'dependencies': [
836 '../aura/aura.gyp:aura_test_support', 837 '../aura/aura.gyp:aura_test_support',
837 ], 838 ],
838 'sources!': [ 839 'sources!': [
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 'sources/': [ 1073 'sources/': [
1073 # This is needed because the aura rule strips it from the default 1074 # This is needed because the aura rule strips it from the default
1074 # sources list. 1075 # sources list.
1075 ['include', '^../../content/app/startup_helper_win.cc'], 1076 ['include', '^../../content/app/startup_helper_win.cc'],
1076 ], 1077 ],
1077 }], 1078 }],
1078 ], 1079 ],
1079 }, # target_name: views_examples_with_content_exe 1080 }, # target_name: views_examples_with_content_exe
1080 ], 1081 ],
1081 } 1082 }
OLDNEW
« ui/keyboard/keyboard.gyp ('K') | « ui/ui_unittests.gyp ('k') | url/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698