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

Side by Side Diff: build/common.gypi

Issue 384074: Revert 31765 - Experiment: enable TCMalloc on Linux by default.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 | « base/leak_annotations.h ('k') | chrome/chrome.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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 'variables': { 9 'variables': {
10 # .gyp files should set chromium_code to 1 if they build Chromium-specific 10 # .gyp files should set chromium_code to 1 if they build Chromium-specific
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 # sandbox the zygote process and, thus, all renderer processes. 170 # sandbox the zygote process and, thus, all renderer processes.
171 'linux_sandbox_path%': '', 171 'linux_sandbox_path%': '',
172 172
173 # Set this to true to enable SELinux support. 173 # Set this to true to enable SELinux support.
174 'selinux%': 0, 174 'selinux%': 0,
175 175
176 # Strip the binary after dumping symbols. 176 # Strip the binary after dumping symbols.
177 'linux_strip_binary%': 0, 177 'linux_strip_binary%': 0,
178 178
179 # Enable TCMalloc. 179 # Enable TCMalloc.
180 'linux_use_tcmalloc%': 1, 180 'linux_use_tcmalloc%': 0,
181 181
182 # Set to select the Title Case versions of strings in GRD files. 182 # Set to select the Title Case versions of strings in GRD files.
183 'use_titlecase_in_grd_files%': 0, 183 'use_titlecase_in_grd_files%': 0,
184 184
185 # Used to disable Native Client at compile time, for platforms where it 185 # Used to disable Native Client at compile time, for platforms where it
186 # isn't supported 186 # isn't supported
187 'disable_nacl%': 0, 187 'disable_nacl%': 0,
188 188
189 # Set ARM-v7 compilation flags 189 # Set ARM-v7 compilation flags
190 'armv7%': 0, 190 'armv7%': 0,
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 # and therefore SYMROOT, needs to be set at the project level. 960 # and therefore SYMROOT, needs to be set at the project level.
961 'SYMROOT': '<(DEPTH)/xcodebuild', 961 'SYMROOT': '<(DEPTH)/xcodebuild',
962 }, 962 },
963 } 963 }
964 964
965 # Local Variables: 965 # Local Variables:
966 # tab-width:2 966 # tab-width:2
967 # indent-tabs-mode:nil 967 # indent-tabs-mode:nil
968 # End: 968 # End:
969 # vim: set expandtab tabstop=2 shiftwidth=2: 969 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « base/leak_annotations.h ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698