| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |