| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'chrome', | 8 'target_name': 'chrome', |
| 9 'type': 'executable', | 9 'type': 'executable', |
| 10 'mac_bundle': 1, | 10 'mac_bundle': 1, |
| (...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 '../breakpad/breakpad.gyp:breakpad_sender', | 457 '../breakpad/breakpad.gyp:breakpad_sender', |
| 458 '../sandbox/sandbox.gyp:sandbox', | 458 '../sandbox/sandbox.gyp:sandbox', |
| 459 'app/policy/cloud_policy_codegen.gyp:policy', | 459 'app/policy/cloud_policy_codegen.gyp:policy', |
| 460 ], | 460 ], |
| 461 'sources': [ | 461 'sources': [ |
| 462 'app/chrome_exe.rc', | 462 'app/chrome_exe.rc', |
| 463 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', | 463 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', |
| 464 ], | 464 ], |
| 465 'msvs_settings': { | 465 'msvs_settings': { |
| 466 'VCLinkerTool': { | 466 'VCLinkerTool': { |
| 467 'AdditionalDependencies': [ |
| 468 'userenv.lib', |
| 469 ], |
| 467 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib', | 470 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib', |
| 468 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', | 471 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', |
| 469 'DelayLoadDLLs': [ | 472 'DelayLoadDLLs': [ |
| 470 'dbghelp.dll', | 473 'dbghelp.dll', |
| 471 'dwmapi.dll', | 474 'dwmapi.dll', |
| 472 'uxtheme.dll', | 475 'uxtheme.dll', |
| 473 'ole32.dll', | 476 'ole32.dll', |
| 474 'oleaut32.dll', | 477 'oleaut32.dll', |
| 475 ], | 478 ], |
| 476 # Set /SUBSYSTEM:WINDOWS for chrome.exe itself. | 479 # Set /SUBSYSTEM:WINDOWS for chrome.exe itself. |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 'target_name': 'chrome_nacl_win64', | 583 'target_name': 'chrome_nacl_win64', |
| 581 'type': 'none', | 584 'type': 'none', |
| 582 'sources': [], | 585 'sources': [], |
| 583 }, | 586 }, |
| 584 ], | 587 ], |
| 585 }], | 588 }], |
| 586 ], | 589 ], |
| 587 }], | 590 }], |
| 588 ], | 591 ], |
| 589 } | 592 } |
| OLD | NEW |