OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 'target_name': 'chrome_nacl_win64', | 505 'target_name': 'chrome_nacl_win64', |
506 'type': 'executable', | 506 'type': 'executable', |
507 'product_name': 'nacl64', | 507 'product_name': 'nacl64', |
508 'sources': [ | 508 'sources': [ |
509 'app/breakpad_win.cc', | 509 'app/breakpad_win.cc', |
510 'app/hard_error_handler_win.cc', | 510 'app/hard_error_handler_win.cc', |
511 'nacl/nacl_exe_win_64.cc', | 511 'nacl/nacl_exe_win_64.cc', |
512 '../content/app/startup_helper_win.cc', | 512 '../content/app/startup_helper_win.cc', |
513 '../content/common/debug_flags.cc', # Needed for sandbox_policy.cc | 513 '../content/common/debug_flags.cc', # Needed for sandbox_policy.cc |
514 '../content/common/hi_res_timer_manager_win.cc', | 514 '../content/common/hi_res_timer_manager_win.cc', |
| 515 '../content/common/sandbox_init_win.cc', |
515 '../content/common/sandbox_policy.cc', | 516 '../content/common/sandbox_policy.cc', |
516 '../content/common/sandbox_init_wrapper_win.cc', | |
517 '../content/public/common/content_switches.cc', | 517 '../content/public/common/content_switches.cc', |
518 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc', | 518 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc', |
519 ], | 519 ], |
520 'dependencies': [ | 520 'dependencies': [ |
521 'app/policy/cloud_policy_codegen.gyp:policy_win64', | 521 'app/policy/cloud_policy_codegen.gyp:policy_win64', |
522 'chrome_version_resources', | 522 'chrome_version_resources', |
523 'common_constants_win64', | 523 'common_constants_win64', |
524 'installer_util_nacl_win64', | 524 'installer_util_nacl_win64', |
525 'nacl_win64', | 525 'nacl_win64', |
526 '../breakpad/breakpad.gyp:breakpad_handler_win64', | 526 '../breakpad/breakpad.gyp:breakpad_handler_win64', |
(...skipping 21 matching lines...) Expand all Loading... |
548 'configurations': { | 548 'configurations': { |
549 'Common_Base': { | 549 'Common_Base': { |
550 'msvs_target_platform': 'x64', | 550 'msvs_target_platform': 'x64', |
551 }, | 551 }, |
552 }, | 552 }, |
553 }, | 553 }, |
554 ], | 554 ], |
555 }], | 555 }], |
556 ], | 556 ], |
557 } | 557 } |
OLD | NEW |