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

Side by Side Diff: content/content_shell.gypi

Issue 258433005: Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 7 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 | « content/content_app.gypi ('k') | content/content_tests.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 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 { 5 {
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 ], 294 ],
295 'dependencies!': [ 295 'dependencies!': [
296 'copy_test_netscape_plugin', 296 'copy_test_netscape_plugin',
297 ], 297 ],
298 }], # OS=="android" 298 }], # OS=="android"
299 ['os_posix == 1 and OS != "mac" and android_webview_build != 1', { 299 ['os_posix == 1 and OS != "mac" and android_webview_build != 1', {
300 'dependencies': [ 300 'dependencies': [
301 '../components/components.gyp:breakpad_host', 301 '../components/components.gyp:breakpad_host',
302 ], 302 ],
303 }], 303 }],
304 # TODO(dmikurube): Kill {linux|android}_use_tcmalloc. http://crbug.com/3 45554 304 ['(OS=="linux" or OS=="android") and use_allocator!="none"', {
305 ['(use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use_ allocator=="see_use_tcmalloc" and ((OS=="linux" and linux_use_tcmalloc==1) or (O S=="android" and android_use_tcmalloc==1)))', {
306 'dependencies': [ 305 'dependencies': [
307 # This is needed by content/app/content_main_runner.cc 306 # This is needed by content/app/content_main_runner.cc
308 '../base/allocator/allocator.gyp:allocator', 307 '../base/allocator/allocator.gyp:allocator',
309 ], 308 ],
310 }], 309 }],
311 ['use_aura==1', { 310 ['use_aura==1', {
312 'dependencies': [ 311 'dependencies': [
313 '../ui/aura/aura.gyp:aura', 312 '../ui/aura/aura.gyp:aura',
314 '../ui/aura/aura.gyp:aura_test_support', 313 '../ui/aura/aura.gyp:aura_test_support',
315 '../ui/base/strings/ui_strings.gyp:ui_strings', 314 '../ui/base/strings/ui_strings.gyp:ui_strings',
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1100 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1102 '--destination_dir', '<(dest_dir)', 1101 '--destination_dir', '<(dest_dir)',
1103 ], 1102 ],
1104 }, 1103 },
1105 ], 1104 ],
1106 }, 1105 },
1107 ], 1106 ],
1108 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1107 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1109 ] 1108 ]
1110 } 1109 }
OLDNEW
« no previous file with comments | « content/content_app.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698