| 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 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 'type': 'executable', | 555 'type': 'executable', |
| 556 'product_name': 'nacl64', | 556 'product_name': 'nacl64', |
| 557 'sources': [ | 557 'sources': [ |
| 558 'app/chrome_breakpad_client.cc', | 558 'app/chrome_breakpad_client.cc', |
| 559 'common/crash_keys.cc', | 559 'common/crash_keys.cc', |
| 560 'nacl/nacl_exe_win_64.cc', | 560 'nacl/nacl_exe_win_64.cc', |
| 561 '../content/app/startup_helper_win.cc', | 561 '../content/app/startup_helper_win.cc', |
| 562 '../content/common/sandbox_init_win.cc', | 562 '../content/common/sandbox_init_win.cc', |
| 563 '../content/common/sandbox_win.cc', | 563 '../content/common/sandbox_win.cc', |
| 564 '../content/public/common/content_switches.cc', | 564 '../content/public/common/content_switches.cc', |
| 565 '../content/public/common/content_switches_util.cc', |
| 565 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', | 566 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', |
| 566 ], | 567 ], |
| 567 'dependencies': [ | 568 'dependencies': [ |
| 568 'app/policy/cloud_policy_codegen.gyp:policy_win64', | 569 'app/policy/cloud_policy_codegen.gyp:policy_win64', |
| 569 'chrome_version_resources', | 570 'chrome_version_resources', |
| 570 'installer_util_nacl_win64', | 571 'installer_util_nacl_win64', |
| 571 '../base/base.gyp:base_i18n_nacl_win64', | 572 '../base/base.gyp:base_i18n_nacl_win64', |
| 572 '../base/base.gyp:base_nacl_win64', | 573 '../base/base.gyp:base_nacl_win64', |
| 573 '../base/base.gyp:base_static_win64', | 574 '../base/base.gyp:base_static_win64', |
| 574 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', | 575 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 'dependencies': [ | 633 'dependencies': [ |
| 633 'chrome_nacl_win64', | 634 'chrome_nacl_win64', |
| 634 ], | 635 ], |
| 635 }], | 636 }], |
| 636 ], | 637 ], |
| 637 }, | 638 }, |
| 638 ], | 639 ], |
| 639 }], | 640 }], |
| 640 ], | 641 ], |
| 641 } | 642 } |
| OLD | NEW |