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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
509 'dependencies': [ | 509 'dependencies': [ |
510 'chrome_dll', | 510 'chrome_dll', |
511 'chrome_nacl_win64', | 511 'chrome_nacl_win64', |
512 'chrome_process_finder', | 512 'chrome_process_finder', |
513 'chrome_version_resources', | 513 'chrome_version_resources', |
514 'installer_util', | 514 'installer_util', |
515 'image_pre_reader', | 515 'image_pre_reader', |
516 '../base/base.gyp:base', | 516 '../base/base.gyp:base', |
517 '../breakpad/breakpad.gyp:breakpad_handler', | 517 '../breakpad/breakpad.gyp:breakpad_handler', |
518 '../breakpad/breakpad.gyp:breakpad_sender', | 518 '../breakpad/breakpad.gyp:breakpad_sender', |
| 519 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
519 '../components/components.gyp:breakpad_component', | 520 '../components/components.gyp:breakpad_component', |
520 '../components/components.gyp:policy', | 521 '../components/components.gyp:policy', |
521 '../chrome_elf/chrome_elf.gyp:chrome_elf', | |
522 '../sandbox/sandbox.gyp:sandbox', | 522 '../sandbox/sandbox.gyp:sandbox', |
523 ], | 523 ], |
524 'sources': [ | 524 'sources': [ |
525 'app/chrome_breakpad_client.cc', | 525 'app/chrome_breakpad_client.cc', |
526 'app/chrome_breakpad_client.h', | 526 'app/chrome_breakpad_client.h', |
527 'app/chrome_exe.rc', | 527 'app/chrome_exe.rc', |
528 'common/crash_keys.cc', | 528 'common/crash_keys.cc', |
529 'common/crash_keys.h', | 529 'common/crash_keys.h', |
530 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', | 530 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', |
531 ], | 531 ], |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 'dependencies': [ | 693 'dependencies': [ |
694 'chrome_nacl_win64', | 694 'chrome_nacl_win64', |
695 ], | 695 ], |
696 }], | 696 }], |
697 ], | 697 ], |
698 }, | 698 }, |
699 ], | 699 ], |
700 }], | 700 }], |
701 ], | 701 ], |
702 } | 702 } |
OLD | NEW |