| 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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 'type': 'executable', | 614 'type': 'executable', |
| 615 'product_name': 'nacl64', | 615 'product_name': 'nacl64', |
| 616 'sources': [ | 616 'sources': [ |
| 617 'app/chrome_breakpad_client.cc', | 617 'app/chrome_breakpad_client.cc', |
| 618 'common/crash_keys.cc', | 618 'common/crash_keys.cc', |
| 619 'nacl/nacl_exe_win_64.cc', | 619 'nacl/nacl_exe_win_64.cc', |
| 620 '../content/app/startup_helper_win.cc', | 620 '../content/app/startup_helper_win.cc', |
| 621 '../content/common/sandbox_init_win.cc', | 621 '../content/common/sandbox_init_win.cc', |
| 622 '../content/common/sandbox_win.cc', | 622 '../content/common/sandbox_win.cc', |
| 623 '../content/public/common/content_switches.cc', | 623 '../content/public/common/content_switches.cc', |
| 624 '../content/public/common/sandboxed_process_launcher_delegate.cc
', |
| 624 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', | 625 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', |
| 625 ], | 626 ], |
| 626 'dependencies': [ | 627 'dependencies': [ |
| 627 'chrome_version_resources', | 628 'chrome_version_resources', |
| 628 'installer_util_nacl_win64', | 629 'installer_util_nacl_win64', |
| 629 '../base/base.gyp:base_i18n_nacl_win64', | 630 '../base/base.gyp:base_i18n_nacl_win64', |
| 630 '../base/base.gyp:base_win64', | 631 '../base/base.gyp:base_win64', |
| 631 '../base/base.gyp:base_static_win64', | 632 '../base/base.gyp:base_static_win64', |
| 632 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', | 633 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', |
| 633 '../breakpad/breakpad.gyp:breakpad_handler_win64', | 634 '../breakpad/breakpad.gyp:breakpad_handler_win64', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 'dependencies': [ | 692 'dependencies': [ |
| 692 'chrome_nacl_win64', | 693 'chrome_nacl_win64', |
| 693 ], | 694 ], |
| 694 }], | 695 }], |
| 695 ], | 696 ], |
| 696 }, | 697 }, |
| 697 ], | 698 ], |
| 698 }], | 699 }], |
| 699 ], | 700 ], |
| 700 } | 701 } |
| OLD | NEW |