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