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

Side by Side Diff: build/all.gyp

Issue 159771: Revert r22080 and re-enable tcmalloc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/chrome_dll_main.cc » ('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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'dependencies': [ 68 'dependencies': [
69 '../breakpad/breakpad.gyp:*', 69 '../breakpad/breakpad.gyp:*',
70 '../chrome/app/locales/locales.gyp:*', 70 '../chrome/app/locales/locales.gyp:*',
71 '../courgette/courgette.gyp:*', 71 '../courgette/courgette.gyp:*',
72 '../gears/gears.gyp:*', 72 '../gears/gears.gyp:*',
73 '../rlz/rlz.gyp:*', 73 '../rlz/rlz.gyp:*',
74 '../sandbox/sandbox.gyp:*', 74 '../sandbox/sandbox.gyp:*',
75 '../third_party/bsdiff/bsdiff.gyp:*', 75 '../third_party/bsdiff/bsdiff.gyp:*',
76 '../third_party/bspatch/bspatch.gyp:*', 76 '../third_party/bspatch/bspatch.gyp:*',
77 '../third_party/cld/cld.gyp:*', 77 '../third_party/cld/cld.gyp:*',
78 '../third_party/tcmalloc/tcmalloc.gyp:*',
78 '../tools/memory_watcher/memory_watcher.gyp:*', 79 '../tools/memory_watcher/memory_watcher.gyp:*',
79 '../webkit/activex_shim/activex_shim.gyp:*', 80 '../webkit/activex_shim/activex_shim.gyp:*',
80 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', 81 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*',
81 ], 82 ],
82 }, { 83 }, {
83 'dependencies': [ 84 'dependencies': [
84 '../third_party/libevent/libevent.gyp:*', 85 '../third_party/libevent/libevent.gyp:*',
85 ], 86 ],
86 }], 87 }],
87 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { 88 ['OS=="win" or (OS=="linux" and toolkit_views==1)', {
(...skipping 23 matching lines...) Expand all
111 'type': 'none', 112 'type': 'none',
112 'dependencies': [ 113 'dependencies': [
113 'All', 114 'All',
114 '../chrome/chrome.gyp:build_app_dmg', 115 '../chrome/chrome.gyp:build_app_dmg',
115 ], 116 ],
116 }, 117 },
117 ], 118 ],
118 }], 119 }],
119 ], 120 ],
120 } 121 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_dll_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698