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': 'none', | 9 'type': 'none', |
10 'dependencies': [ 'chrome_initial', ], | 10 'dependencies': [ 'chrome_initial', ], |
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
621 'type': 'executable', | 621 'type': 'executable', |
622 'product_name': 'nacl64', | 622 'product_name': 'nacl64', |
623 'sources': [ | 623 'sources': [ |
624 'app/chrome_breakpad_client.cc', | 624 'app/chrome_breakpad_client.cc', |
625 'common/crash_keys.cc', | 625 'common/crash_keys.cc', |
626 'nacl/nacl_exe_win_64.cc', | 626 'nacl/nacl_exe_win_64.cc', |
627 '../content/app/startup_helper_win.cc', | 627 '../content/app/startup_helper_win.cc', |
628 '../content/common/sandbox_init_win.cc', | 628 '../content/common/sandbox_init_win.cc', |
629 '../content/common/sandbox_win.cc', | 629 '../content/common/sandbox_win.cc', |
630 '../content/public/common/content_switches.cc', | 630 '../content/public/common/content_switches.cc', |
| 631 '../content/public/common/sandboxed_process_launcher_delegate.cc
', |
631 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', | 632 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', |
632 ], | 633 ], |
633 'dependencies': [ | 634 'dependencies': [ |
634 'chrome_version_resources', | 635 'chrome_version_resources', |
635 'installer_util_nacl_win64', | 636 'installer_util_nacl_win64', |
636 '../base/base.gyp:base_i18n_nacl_win64', | 637 '../base/base.gyp:base_i18n_nacl_win64', |
637 '../base/base.gyp:base_win64', | 638 '../base/base.gyp:base_win64', |
638 '../base/base.gyp:base_static_win64', | 639 '../base/base.gyp:base_static_win64', |
639 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', | 640 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', |
640 '../breakpad/breakpad.gyp:breakpad_handler_win64', | 641 '../breakpad/breakpad.gyp:breakpad_handler_win64', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 'dependencies': [ | 699 'dependencies': [ |
699 'chrome_nacl_win64', | 700 'chrome_nacl_win64', |
700 ], | 701 ], |
701 }], | 702 }], |
702 ], | 703 ], |
703 }, | 704 }, |
704 ], | 705 ], |
705 }], | 706 }], |
706 ], | 707 ], |
707 } | 708 } |
OLD | NEW |