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

Side by Side Diff: tools/gyp/configurations.gypi

Issue 2316813002: Use tcmalloc on Linux (Closed)
Patch Set: Don't use tcmalloc in an ASAN build Created 4 years, 3 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
« no previous file with comments | « tools/gyp/all.gypi ('k') | tools/gyp/configurations_make.gypi » ('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 (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'common_gcc_warning_flags': [ 7 'common_gcc_warning_flags': [
8 '-Wall', 8 '-Wall',
9 '-Wextra', # Also known as -W. 9 '-Wextra', # Also known as -W.
10 '-Wno-unused-parameter', 10 '-Wno-unused-parameter',
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'Dart_Linux_arm64_Base', 673 'Dart_Linux_arm64_Base',
674 'Dart_Linux_Product', 674 'Dart_Linux_Product',
675 ], 675 ],
676 }, 676 },
677 677
678 'DebugXMIPS': { 678 'DebugXMIPS': {
679 'inherit_from': [ 679 'inherit_from': [
680 'Dart_Base', 'Dart_mips_Base', 'Dart_Debug', 680 'Dart_Base', 'Dart_mips_Base', 'Dart_Debug',
681 'Dart_Linux_Base', 681 'Dart_Linux_Base',
682 'Dart_Linux_xmips_Base', 682 'Dart_Linux_xmips_Base',
683 'Dart_Linux_xmips_Debug',
683 'Dart_Linux_Debug', 684 'Dart_Linux_Debug',
684 ], 685 ],
685 }, 686 },
686 687
687 'ReleaseXMIPS': { 688 'ReleaseXMIPS': {
688 'inherit_from': [ 689 'inherit_from': [
689 'Dart_Base', 'Dart_mips_Base', 'Dart_Release', 690 'Dart_Base', 'Dart_mips_Base', 'Dart_Release',
690 'Dart_Linux_Base', 691 'Dart_Linux_Base',
691 'Dart_Linux_xmips_Base', 692 'Dart_Linux_xmips_Base',
693 'Dart_Linux_xmips_Release',
692 'Dart_Linux_Release', 694 'Dart_Linux_Release',
693 ], 695 ],
694 }, 696 },
695 697
696 'ProductXMIPS': { 698 'ProductXMIPS': {
697 'inherit_from': [ 699 'inherit_from': [
698 'Dart_Base', 'Dart_mips_Base', 'Dart_Product', 700 'Dart_Base', 'Dart_mips_Base', 'Dart_Product',
699 'Dart_Linux_Base', 701 'Dart_Linux_Base',
700 'Dart_Linux_xmips_Base', 702 'Dart_Linux_xmips_Base',
701 'Dart_Linux_Product', 703 'Dart_Linux_Product',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 }, 930 },
929 931
930 'ReleaseX64_x64': { 932 'ReleaseX64_x64': {
931 'inherit_from': [ 'ReleaseX64' ] 933 'inherit_from': [ 'ReleaseX64' ]
932 }, 934 },
933 }], 935 }],
934 ], 936 ],
935 }, 937 },
936 }, 938 },
937 } 939 }
OLDNEW
« no previous file with comments | « tools/gyp/all.gypi ('k') | tools/gyp/configurations_make.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698