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

Side by Side Diff: build/all.gyp

Issue 173387: Linux: add gyp flag for enabling tcmalloc. (Closed)
Patch Set: Disable tc_mallinfo since it breaks windows. Created 11 years, 4 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 | « base/base.gyp ('k') | third_party/tcmalloc/google/tcmalloc.h » ('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 { 5 {
6 'includes': [ 6 'includes': [
7 'common.gypi', 7 'common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 ['javascript_engine=="v8"', { 45 ['javascript_engine=="v8"', {
46 'dependencies': [ 46 'dependencies': [
47 '../v8/tools/gyp/v8.gyp:*', 47 '../v8/tools/gyp/v8.gyp:*',
48 ], 48 ],
49 }], 49 }],
50 ['OS=="linux"', { 50 ['OS=="linux"', {
51 'dependencies': [ 51 'dependencies': [
52 '../breakpad/breakpad.gyp:*', 52 '../breakpad/breakpad.gyp:*',
53 '../sandbox/sandbox.gyp:*', 53 '../sandbox/sandbox.gyp:*',
54 '../third_party/harfbuzz/harfbuzz.gyp:*', 54 '../third_party/harfbuzz/harfbuzz.gyp:*',
55 '../third_party/tcmalloc/tcmalloc.gyp:*',
55 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', 56 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
56 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', 57 '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
57 '../courgette/courgette.gyp:*', 58 '../courgette/courgette.gyp:*',
58 ], 59 ],
59 'conditions': [ 60 'conditions': [
60 ['branding=="Chrome"', { 61 ['branding=="Chrome"', {
61 'dependencies': [ 62 'dependencies': [
62 '../chrome/installer/installer.gyp:linux_packages', 63 '../chrome/installer/installer.gyp:linux_packages',
63 ], 64 ],
64 }], 65 }],
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'type': 'none', 113 'type': 'none',
113 'dependencies': [ 114 'dependencies': [
114 'All', 115 'All',
115 '../chrome/chrome.gyp:build_app_dmg', 116 '../chrome/chrome.gyp:build_app_dmg',
116 ], 117 ],
117 }, 118 },
118 ], 119 ],
119 }], 120 }],
120 ], 121 ],
121 } 122 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | third_party/tcmalloc/google/tcmalloc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698