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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 '../components/nacl.gyp:nacl_helper', | 456 '../components/nacl.gyp:nacl_helper', |
457 ], | 457 ], |
458 }], | 458 }], |
459 ], | 459 ], |
460 'dependencies': [ | 460 'dependencies': [ |
461 '../sandbox/sandbox.gyp:sandbox', | 461 '../sandbox/sandbox.gyp:sandbox', |
462 ], | 462 ], |
463 }], | 463 }], |
464 ['OS=="win"', { | 464 ['OS=="win"', { |
465 'dependencies': [ | 465 'dependencies': [ |
| 466 # Note that chrome_elf must be listed first. Do not reorder it. |
| 467 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
466 'chrome_dll', | 468 'chrome_dll', |
467 'chrome_nacl_win64', | 469 'chrome_nacl_win64', |
468 'chrome_process_finder', | 470 'chrome_process_finder', |
469 'chrome_version_resources', | 471 'chrome_version_resources', |
470 'installer_util', | 472 'installer_util', |
471 'image_pre_reader', | 473 'image_pre_reader', |
472 '../base/base.gyp:base', | 474 '../base/base.gyp:base', |
473 '../breakpad/breakpad.gyp:breakpad_handler', | 475 '../breakpad/breakpad.gyp:breakpad_handler', |
474 '../breakpad/breakpad.gyp:breakpad_sender', | 476 '../breakpad/breakpad.gyp:breakpad_sender', |
475 '../chrome_elf/chrome_elf.gyp:chrome_elf', | |
476 '../components/components.gyp:breakpad_component', | 477 '../components/components.gyp:breakpad_component', |
477 '../sandbox/sandbox.gyp:sandbox', | 478 '../sandbox/sandbox.gyp:sandbox', |
478 'app/policy/cloud_policy_codegen.gyp:policy', | 479 'app/policy/cloud_policy_codegen.gyp:policy', |
479 ], | 480 ], |
480 'sources': [ | 481 'sources': [ |
481 'app/chrome_breakpad_client.cc', | 482 'app/chrome_breakpad_client.cc', |
482 'app/chrome_breakpad_client.h', | 483 'app/chrome_breakpad_client.h', |
483 'app/chrome_exe.rc', | 484 'app/chrome_exe.rc', |
484 'common/crash_keys.cc', | 485 'common/crash_keys.cc', |
485 'common/crash_keys.h', | 486 'common/crash_keys.h', |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
648 'dependencies': [ | 649 'dependencies': [ |
649 'chrome_nacl_win64', | 650 'chrome_nacl_win64', |
650 ], | 651 ], |
651 }], | 652 }], |
652 ], | 653 ], |
653 }, | 654 }, |
654 ], | 655 ], |
655 }], | 656 }], |
656 ], | 657 ], |
657 } | 658 } |
OLD | NEW |