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

Side by Side Diff: build/all.gyp

Issue 159599: Removing tcmalloc from gyp so we can build a version of chrome... (Closed) Base URL: svn://chrome-svn/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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'dependencies': [ 61 'dependencies': [
62 '../breakpad/breakpad.gyp:*', 62 '../breakpad/breakpad.gyp:*',
63 '../chrome/app/locales/locales.gyp:*', 63 '../chrome/app/locales/locales.gyp:*',
64 '../courgette/courgette.gyp:*', 64 '../courgette/courgette.gyp:*',
65 '../gears/gears.gyp:*', 65 '../gears/gears.gyp:*',
66 '../rlz/rlz.gyp:*', 66 '../rlz/rlz.gyp:*',
67 '../sandbox/sandbox.gyp:*', 67 '../sandbox/sandbox.gyp:*',
68 '../third_party/bsdiff/bsdiff.gyp:*', 68 '../third_party/bsdiff/bsdiff.gyp:*',
69 '../third_party/bspatch/bspatch.gyp:*', 69 '../third_party/bspatch/bspatch.gyp:*',
70 '../third_party/cld/cld.gyp:*', 70 '../third_party/cld/cld.gyp:*',
71 '../third_party/tcmalloc/tcmalloc.gyp:*',
72 '../tools/memory_watcher/memory_watcher.gyp:*', 71 '../tools/memory_watcher/memory_watcher.gyp:*',
73 '../webkit/activex_shim/activex_shim.gyp:*', 72 '../webkit/activex_shim/activex_shim.gyp:*',
74 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', 73 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*',
75 ], 74 ],
76 }, { 75 }, {
77 'dependencies': [ 76 'dependencies': [
78 '../third_party/libevent/libevent.gyp:*', 77 '../third_party/libevent/libevent.gyp:*',
79 ], 78 ],
80 }], 79 }],
81 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { 80 ['OS=="win" or (OS=="linux" and toolkit_views==1)', {
(...skipping 23 matching lines...) Expand all
105 'type': 'none', 104 'type': 'none',
106 'dependencies': [ 105 'dependencies': [
107 'All', 106 'All',
108 '../chrome/chrome.gyp:build_app_dmg', 107 '../chrome/chrome.gyp:build_app_dmg',
109 ], 108 ],
110 }, 109 },
111 ], 110 ],
112 }], 111 }],
113 ], 112 ],
114 } 113 }
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