| OLD | NEW |
| 1 # Copyright (c) 2009-2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009-2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'chrome_exe_target': 0, | 8 'chrome_exe_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 'chrome_dll', | 462 'chrome_dll', |
| 463 ], | 463 ], |
| 464 }], | 464 }], |
| 465 ['OS=="win"', { | 465 ['OS=="win"', { |
| 466 'dependencies': [ | 466 'dependencies': [ |
| 467 'installer/installer.gyp:installer_util', | 467 'installer/installer.gyp:installer_util', |
| 468 'installer/installer.gyp:installer_util_strings', | 468 'installer/installer.gyp:installer_util_strings', |
| 469 '../breakpad/breakpad.gyp:breakpad_handler', | 469 '../breakpad/breakpad.gyp:breakpad_handler', |
| 470 '../breakpad/breakpad.gyp:breakpad_sender', | 470 '../breakpad/breakpad.gyp:breakpad_sender', |
| 471 '../sandbox/sandbox.gyp:sandbox', | 471 '../sandbox/sandbox.gyp:sandbox', |
| 472 '../third_party/adobe/flash/flash_player.gyp:flash_player', | |
| 473 'app/locales/locales.gyp:*', | 472 'app/locales/locales.gyp:*', |
| 474 ], | 473 ], |
| 475 'msvs_settings': { | 474 'msvs_settings': { |
| 476 'VCLinkerTool': { | 475 'VCLinkerTool': { |
| 477 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib', | 476 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib', |
| 478 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', | 477 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', |
| 479 }, | 478 }, |
| 480 }, | 479 }, |
| 481 }], | 480 }], |
| 482 ], | 481 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 'configurations': { | 520 'configurations': { |
| 522 'Common_Base': { | 521 'Common_Base': { |
| 523 'msvs_target_platform': 'x64', | 522 'msvs_target_platform': 'x64', |
| 524 }, | 523 }, |
| 525 }, | 524 }, |
| 526 }, | 525 }, |
| 527 ], | 526 ], |
| 528 }], | 527 }], |
| 529 ], | 528 ], |
| 530 } | 529 } |
| OLD | NEW |