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

Side by Side Diff: chrome/chrome.gyp

Issue 118105: Pulling in all of v8.gyp:v8_shell, because we need it for debugger_tests.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | « no previous file | 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 3605 matching lines...) Expand 10 before | Expand all | Expand 10 after
3616 '../build/temp_gyp/googleurl.gyp:*', 3616 '../build/temp_gyp/googleurl.gyp:*',
3617 3617
3618 '../breakpad/breakpad.gyp:*', 3618 '../breakpad/breakpad.gyp:*',
3619 '../courgette/courgette.gyp:*', 3619 '../courgette/courgette.gyp:*',
3620 '../gears/gears.gyp:*', 3620 '../gears/gears.gyp:*',
3621 '../rlz/rlz.gyp:*', 3621 '../rlz/rlz.gyp:*',
3622 '../sandbox/sandbox.gyp:*', 3622 '../sandbox/sandbox.gyp:*',
3623 '../tools/memory_watcher/memory_watcher.gyp:*', 3623 '../tools/memory_watcher/memory_watcher.gyp:*',
3624 '../webkit/activex_shim/activex_shim.gyp:*', 3624 '../webkit/activex_shim/activex_shim.gyp:*',
3625 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', 3625 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*',
3626 '../v8/tools/gyp/v8.gyp:v8_shell',
3626 ], 3627 ],
3627 }, 3628 },
3628 { 3629 {
3629 'target_name': 'browser_views', 3630 'target_name': 'browser_views',
3630 'type': '<(library)', 3631 'type': '<(library)',
3631 'msvs_guid': 'FA537565-7B03-4FFC-AF15-F7A979B72E22', 3632 'msvs_guid': 'FA537565-7B03-4FFC-AF15-F7A979B72E22',
3632 'msvs_existing_vcproj': 'browser/views/browser_views.vcproj', 3633 'msvs_existing_vcproj': 'browser/views/browser_views.vcproj',
3633 }, 3634 },
3634 { 3635 {
3635 'target_name': 'tcmalloc', 3636 'target_name': 'tcmalloc',
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
4338 # Use outputs of this action as inputs for the main target build. 4339 # Use outputs of this action as inputs for the main target build.
4339 # Seems as a misnomer but makes this happy on Linux (scons). 4340 # Seems as a misnomer but makes this happy on Linux (scons).
4340 'process_outputs_as_sources': 1, 4341 'process_outputs_as_sources': 1,
4341 }, 4342 },
4342 ], # 'actions' 4343 ], # 'actions'
4343 }, 4344 },
4344 ] 4345 ]
4345 }], 4346 }],
4346 ], # 'conditions' 4347 ], # 'conditions'
4347 } 4348 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698