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