| 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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 '../sandbox/sandbox.gyp:sandbox', | 430 '../sandbox/sandbox.gyp:sandbox', |
| 431 'app/locales/locales.gyp:*', | 431 'app/locales/locales.gyp:*', |
| 432 ], | 432 ], |
| 433 'msvs_settings': { | 433 'msvs_settings': { |
| 434 'VCLinkerTool': { | 434 'VCLinkerTool': { |
| 435 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib', | 435 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib', |
| 436 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', | 436 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', |
| 437 }, | 437 }, |
| 438 }, | 438 }, |
| 439 }], | 439 }], |
| 440 ['internal_pdf', { |
| 441 'dependencies': [ |
| 442 '../pdf/pdf.gyp:pdf', |
| 443 ], |
| 444 }], |
| 440 ], | 445 ], |
| 441 }, | 446 }, |
| 442 { | 447 { |
| 443 'target_name': 'chrome_version_info', | 448 'target_name': 'chrome_version_info', |
| 444 'type': '<(library)', | 449 'type': '<(library)', |
| 445 'sources': [ | 450 'sources': [ |
| 446 'app/chrome_version_info.cc', | 451 'app/chrome_version_info.cc', |
| 447 'app/chrome_version_info.h', | 452 'app/chrome_version_info.h', |
| 448 ], | 453 ], |
| 449 'include_dirs': [ | 454 'include_dirs': [ |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 'configurations': { | 546 'configurations': { |
| 542 'Common_Base': { | 547 'Common_Base': { |
| 543 'msvs_target_platform': 'x64', | 548 'msvs_target_platform': 'x64', |
| 544 }, | 549 }, |
| 545 }, | 550 }, |
| 546 }, | 551 }, |
| 547 ], | 552 ], |
| 548 }], | 553 }], |
| 549 ], | 554 ], |
| 550 } | 555 } |
| OLD | NEW |