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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 '../components/nacl.gyp:nacl_helper', | 461 '../components/nacl.gyp:nacl_helper', |
462 ], | 462 ], |
463 }], | 463 }], |
464 ], | 464 ], |
465 'dependencies': [ | 465 'dependencies': [ |
466 '../sandbox/sandbox.gyp:sandbox', | 466 '../sandbox/sandbox.gyp:sandbox', |
467 ], | 467 ], |
468 }], | 468 }], |
469 ['OS=="win"', { | 469 ['OS=="win"', { |
470 'dependencies': [ | 470 'dependencies': [ |
471 # Note that chrome_elf must be listed first. Do not reorder it. | |
472 '../chrome_elf/chrome_elf.gyp:chrome_elf', | |
473 'chrome_dll', | 471 'chrome_dll', |
474 'chrome_nacl_win64', | 472 'chrome_nacl_win64', |
475 'chrome_process_finder', | 473 'chrome_process_finder', |
476 'chrome_version_resources', | 474 'chrome_version_resources', |
477 'installer_util', | 475 'installer_util', |
478 'image_pre_reader', | 476 'image_pre_reader', |
479 '../base/base.gyp:base', | 477 '../base/base.gyp:base', |
480 '../breakpad/breakpad.gyp:breakpad_handler', | 478 '../breakpad/breakpad.gyp:breakpad_handler', |
481 '../breakpad/breakpad.gyp:breakpad_sender', | 479 '../breakpad/breakpad.gyp:breakpad_sender', |
| 480 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
482 '../components/components.gyp:breakpad_component', | 481 '../components/components.gyp:breakpad_component', |
483 '../components/components.gyp:policy', | 482 '../components/components.gyp:policy', |
484 '../sandbox/sandbox.gyp:sandbox', | 483 '../sandbox/sandbox.gyp:sandbox', |
485 ], | 484 ], |
486 'sources': [ | 485 'sources': [ |
487 'app/chrome_breakpad_client.cc', | 486 'app/chrome_breakpad_client.cc', |
488 'app/chrome_breakpad_client.h', | 487 'app/chrome_breakpad_client.h', |
489 'app/chrome_exe.rc', | 488 'app/chrome_exe.rc', |
490 'common/crash_keys.cc', | 489 'common/crash_keys.cc', |
491 'common/crash_keys.h', | 490 'common/crash_keys.h', |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
655 'dependencies': [ | 654 'dependencies': [ |
656 'chrome_nacl_win64', | 655 'chrome_nacl_win64', |
657 ], | 656 ], |
658 }], | 657 }], |
659 ], | 658 ], |
660 }, | 659 }, |
661 ], | 660 ], |
662 }], | 661 }], |
663 ], | 662 ], |
664 } | 663 } |
OLD | NEW |