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

Side by Side Diff: chrome/chrome.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 | « chrome/app/chrome_dll_main.cc ('k') | no next file » | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 4490 matching lines...) Expand 10 before | Expand all | Expand 10 after
4501 '../third_party/codesighs/codesighs.gyp:*', 4501 '../third_party/codesighs/codesighs.gyp:*',
4502 '../third_party/icu38/icu38.gyp:*', 4502 '../third_party/icu38/icu38.gyp:*',
4503 '../third_party/libjpeg/libjpeg.gyp:*', 4503 '../third_party/libjpeg/libjpeg.gyp:*',
4504 '../third_party/libpng/libpng.gyp:*', 4504 '../third_party/libpng/libpng.gyp:*',
4505 '../third_party/libxml/libxml.gyp:*', 4505 '../third_party/libxml/libxml.gyp:*',
4506 '../third_party/libxslt/libxslt.gyp:*', 4506 '../third_party/libxslt/libxslt.gyp:*',
4507 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 4507 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
4508 '../third_party/modp_b64/modp_b64.gyp:*', 4508 '../third_party/modp_b64/modp_b64.gyp:*',
4509 '../third_party/npapi/npapi.gyp:*', 4509 '../third_party/npapi/npapi.gyp:*',
4510 '../third_party/sqlite/sqlite.gyp:*', 4510 '../third_party/sqlite/sqlite.gyp:*',
4511 '../third_party/tcmalloc/tcmalloc.gyp:*',
4512 '../third_party/zlib/zlib.gyp:*', 4511 '../third_party/zlib/zlib.gyp:*',
4513 '../webkit/tools/test_shell/test_shell.gyp:*', 4512 '../webkit/tools/test_shell/test_shell.gyp:*',
4514 '../webkit/webkit.gyp:*', 4513 '../webkit/webkit.gyp:*',
4515 4514
4516 '../build/temp_gyp/googleurl.gyp:*', 4515 '../build/temp_gyp/googleurl.gyp:*',
4517 4516
4518 '../breakpad/breakpad.gyp:*', 4517 '../breakpad/breakpad.gyp:*',
4519 '../courgette/courgette.gyp:*', 4518 '../courgette/courgette.gyp:*',
4520 '../gears/gears.gyp:*', 4519 '../gears/gears.gyp:*',
4521 '../rlz/rlz.gyp:*', 4520 '../rlz/rlz.gyp:*',
(...skipping 18 matching lines...) Expand all
4540 '<@(chromium_dependencies)', 4539 '<@(chromium_dependencies)',
4541 'chrome_dll_version', 4540 'chrome_dll_version',
4542 'chrome_resources', 4541 'chrome_resources',
4543 'installer/installer.gyp:installer_util_strings', 4542 'installer/installer.gyp:installer_util_strings',
4544 'theme_dll', 4543 'theme_dll',
4545 'worker', 4544 'worker',
4546 '../printing/printing.gyp:printing', 4545 '../printing/printing.gyp:printing',
4547 '../net/net.gyp:net_resources', 4546 '../net/net.gyp:net_resources',
4548 '../build/util/support/support.gyp:*', 4547 '../build/util/support/support.gyp:*',
4549 '../third_party/cld/cld.gyp:cld', 4548 '../third_party/cld/cld.gyp:cld',
4550 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
4551 '../views/views.gyp:views', 4549 '../views/views.gyp:views',
4552 '../webkit/webkit.gyp:webkit_resources', 4550 '../webkit/webkit.gyp:webkit_resources',
4553 '../gears/gears.gyp:gears', 4551 '../gears/gears.gyp:gears',
4554 ], 4552 ],
4555 'defines': [ 4553 'defines': [
4556 'CHROME_DLL', 4554 'CHROME_DLL',
4557 'BROWSER_DLL', 4555 'BROWSER_DLL',
4558 'RENDERER_DLL', 4556 'RENDERER_DLL',
4559 'PLUGIN_DLL', 4557 'PLUGIN_DLL',
4560 ], 4558 ],
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
5162 # Use outputs of this action as inputs for the main target build. 5160 # Use outputs of this action as inputs for the main target build.
5163 # Seems as a misnomer but makes this happy on Linux (scons). 5161 # Seems as a misnomer but makes this happy on Linux (scons).
5164 'process_outputs_as_sources': 1, 5162 'process_outputs_as_sources': 1,
5165 }, 5163 },
5166 ], # 'actions' 5164 ], # 'actions'
5167 }, 5165 },
5168 ] 5166 ]
5169 }], 5167 }],
5170 ], # 'conditions' 5168 ], # 'conditions'
5171 } 5169 }
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698