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

Side by Side Diff: components/nacl.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
« no previous file with comments | « components/components_tests.gyp ('k') | content/content_shell.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'nacl/nacl_defines.gypi', 10 'nacl/nacl_defines.gypi',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 '../build/linux/system.gyp:gtk', 226 '../build/linux/system.gyp:gtk',
227 ], 227 ],
228 }], 228 }],
229 ['use_glib == 1', { 229 ['use_glib == 1', {
230 'dependencies': [ 230 'dependencies': [
231 '../build/linux/system.gyp:glib', 231 '../build/linux/system.gyp:glib',
232 ], 232 ],
233 }], 233 }],
234 ['os_posix == 1 and OS != "mac"', { 234 ['os_posix == 1 and OS != "mac"', {
235 'conditions': [ 235 'conditions': [
236 ['linux_use_tcmalloc==1', { 236 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com /345554
237 ['(use_allocator!="none" and use_allocator!="see_use_tcmallo c") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)', {
237 'dependencies': [ 238 'dependencies': [
238 '../base/allocator/allocator.gyp:allocator', 239 '../base/allocator/allocator.gyp:allocator',
239 ], 240 ],
240 }], 241 }],
241 ], 242 ],
242 }], 243 }],
243 ['use_seccomp_bpf == 0', { 244 ['use_seccomp_bpf == 0', {
244 'sources!': [ 245 'sources!': [
245 '../content/common/sandbox_linux/sandbox_bpf_base_policy_lin ux.cc', 246 '../content/common/sandbox_linux/sandbox_bpf_base_policy_lin ux.cc',
246 '../content/common/sandbox_linux/sandbox_init_linux.cc', 247 '../content/common/sandbox_linux/sandbox_init_linux.cc',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 'nacl/common/nacl_types.h', 395 'nacl/common/nacl_types.h',
395 'nacl/common/pnacl_types.cc', 396 'nacl/common/pnacl_types.cc',
396 'nacl/common/pnacl_types.h', 397 'nacl/common/pnacl_types.h',
397 ], 398 ],
398 'include_dirs': [ 399 'include_dirs': [
399 '..', 400 '..',
400 ], 401 ],
401 }, 402 },
402 ] 403 ]
403 } 404 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698