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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 'product_name': 'nacl64', | 549 'product_name': 'nacl64', |
550 'sources': [ | 550 'sources': [ |
551 'app/breakpad_win.cc', | 551 'app/breakpad_win.cc', |
552 'app/crash_analysis_win.cc', | 552 'app/crash_analysis_win.cc', |
553 'app/hard_error_handler_win.cc', | 553 'app/hard_error_handler_win.cc', |
554 'common/crash_keys.cc', | 554 'common/crash_keys.cc', |
555 'nacl/nacl_exe_win_64.cc', | 555 'nacl/nacl_exe_win_64.cc', |
556 '../content/app/startup_helper_win.cc', | 556 '../content/app/startup_helper_win.cc', |
557 '../content/common/debug_flags.cc', # Needed for sandbox_policy
.cc | 557 '../content/common/debug_flags.cc', # Needed for sandbox_policy
.cc |
558 '../content/common/sandbox_init_win.cc', | 558 '../content/common/sandbox_init_win.cc', |
559 '../content/common/sandbox_policy.cc', | 559 '../content/common/sandbox_win.cc', |
560 '../content/public/common/content_switches.cc', | 560 '../content/public/common/content_switches.cc', |
561 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', | 561 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', |
562 ], | 562 ], |
563 'dependencies': [ | 563 'dependencies': [ |
564 'app/policy/cloud_policy_codegen.gyp:policy_win64', | 564 'app/policy/cloud_policy_codegen.gyp:policy_win64', |
565 'chrome_version_resources', | 565 'chrome_version_resources', |
566 'installer_util_nacl_win64', | 566 'installer_util_nacl_win64', |
567 'nacl_win64', | 567 'nacl_win64', |
568 '../breakpad/breakpad.gyp:breakpad_handler_win64', | 568 '../breakpad/breakpad.gyp:breakpad_handler_win64', |
569 '../breakpad/breakpad.gyp:breakpad_sender_win64', | 569 '../breakpad/breakpad.gyp:breakpad_sender_win64', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 'target_name': 'chrome_nacl_win64', | 602 'target_name': 'chrome_nacl_win64', |
603 'type': 'none', | 603 'type': 'none', |
604 'sources': [], | 604 'sources': [], |
605 }, | 605 }, |
606 ], | 606 ], |
607 }], | 607 }], |
608 ], | 608 ], |
609 }], | 609 }], |
610 ], | 610 ], |
611 } | 611 } |
OLD | NEW |