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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 '../content/common/sandbox_init_win.cc', | 578 '../content/common/sandbox_init_win.cc', |
579 '../content/common/sandbox_win.cc', | 579 '../content/common/sandbox_win.cc', |
580 '../content/public/common/content_switches.cc', | 580 '../content/public/common/content_switches.cc', |
581 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', | 581 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', |
582 ], | 582 ], |
583 'dependencies': [ | 583 'dependencies': [ |
584 'app/policy/cloud_policy_codegen.gyp:policy_win64', | 584 'app/policy/cloud_policy_codegen.gyp:policy_win64', |
585 'chrome_version_resources', | 585 'chrome_version_resources', |
586 'installer_util_nacl_win64', | 586 'installer_util_nacl_win64', |
587 '../base/base.gyp:base_i18n_nacl_win64', | 587 '../base/base.gyp:base_i18n_nacl_win64', |
588 '../base/base.gyp:base_nacl_win64', | 588 '../base/base.gyp:base_win64', |
589 '../base/base.gyp:base_static_win64', | 589 '../base/base.gyp:base_static_win64', |
590 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', | 590 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', |
591 '../breakpad/breakpad.gyp:breakpad_handler_win64', | 591 '../breakpad/breakpad.gyp:breakpad_handler_win64', |
592 '../breakpad/breakpad.gyp:breakpad_sender_win64', | 592 '../breakpad/breakpad.gyp:breakpad_sender_win64', |
593 '../components/components.gyp:breakpad_win64', | 593 '../components/components.gyp:breakpad_win64', |
594 '../chrome/common_constants.gyp:common_constants_win64', | 594 '../chrome/common_constants.gyp:common_constants_win64', |
595 '../components/nacl.gyp:nacl_win64', | 595 '../components/nacl.gyp:nacl_win64', |
596 '../crypto/crypto.gyp:crypto_nacl_win64', | 596 '../crypto/crypto.gyp:crypto_nacl_win64', |
597 '../ipc/ipc.gyp:ipc_win64', | 597 '../ipc/ipc.gyp:ipc_win64', |
598 '../sandbox/sandbox.gyp:sandbox_win64', | 598 '../sandbox/sandbox.gyp:sandbox_win64', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
648 'dependencies': [ | 648 'dependencies': [ |
649 'chrome_nacl_win64', | 649 'chrome_nacl_win64', |
650 ], | 650 ], |
651 }], | 651 }], |
652 ], | 652 ], |
653 }, | 653 }, |
654 ], | 654 ], |
655 }], | 655 }], |
656 ], | 656 ], |
657 } | 657 } |
OLD | NEW |