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 ], | |
470 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib', | 467 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib', |
471 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', | 468 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', |
472 'DelayLoadDLLs': [ | 469 'DelayLoadDLLs': [ |
473 'dbghelp.dll', | 470 'dbghelp.dll', |
474 'dwmapi.dll', | 471 'dwmapi.dll', |
475 'uxtheme.dll', | 472 'uxtheme.dll', |
476 'ole32.dll', | 473 'ole32.dll', |
477 'oleaut32.dll', | 474 'oleaut32.dll', |
478 ], | 475 ], |
479 # Set /SUBSYSTEM:WINDOWS for chrome.exe itself. | 476 # Set /SUBSYSTEM:WINDOWS for chrome.exe itself. |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 'target_name': 'chrome_nacl_win64', | 580 'target_name': 'chrome_nacl_win64', |
584 'type': 'none', | 581 'type': 'none', |
585 'sources': [], | 582 'sources': [], |
586 }, | 583 }, |
587 ], | 584 ], |
588 }], | 585 }], |
589 ], | 586 ], |
590 }], | 587 }], |
591 ], | 588 ], |
592 } | 589 } |
OLD | NEW |