OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 # On Windows make sure we've built Win64 version of chrome_dll, | 496 # On Windows make sure we've built Win64 version of chrome_dll, |
497 # which contains all of the library code with Chromium | 497 # which contains all of the library code with Chromium |
498 # functionality. | 498 # functionality. |
499 'chrome_dll_nacl_win64', | 499 'chrome_dll_nacl_win64', |
500 'common_constants_win64', | 500 'common_constants_win64', |
501 'installer_util_nacl_win64', | 501 'installer_util_nacl_win64', |
502 'app/policy/cloud_policy_codegen.gyp:policy_win64', | 502 'app/policy/cloud_policy_codegen.gyp:policy_win64', |
503 '../breakpad/breakpad.gyp:breakpad_handler_win64', | 503 '../breakpad/breakpad.gyp:breakpad_handler_win64', |
504 '../breakpad/breakpad.gyp:breakpad_sender_win64', | 504 '../breakpad/breakpad.gyp:breakpad_sender_win64', |
505 '../base/base.gyp:base_nacl_win64', | 505 '../base/base.gyp:base_nacl_win64', |
506 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | |
507 '../sandbox/sandbox.gyp:sandbox_win64', | 506 '../sandbox/sandbox.gyp:sandbox_win64', |
508 ], | 507 ], |
509 'defines': [ | 508 'defines': [ |
510 '<@(nacl_win64_defines)', | 509 '<@(nacl_win64_defines)', |
511 ], | 510 ], |
512 'include_dirs': [ | 511 'include_dirs': [ |
513 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 512 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
514 ], | 513 ], |
515 'msvs_settings': { | 514 'msvs_settings': { |
516 'VCLinkerTool': { | 515 'VCLinkerTool': { |
517 'ImportLibrary': '$(OutDir)\\lib\\nacl64_exe.lib', | 516 'ImportLibrary': '$(OutDir)\\lib\\nacl64_exe.lib', |
518 'ProgramDatabaseFile': '$(OutDir)\\nacl64_exe.pdb', | 517 'ProgramDatabaseFile': '$(OutDir)\\nacl64_exe.pdb', |
519 }, | 518 }, |
520 }, | 519 }, |
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 |