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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 'dependencies': [ | 505 'dependencies': [ |
506 'chrome_dll', | 506 'chrome_dll', |
507 'chrome_nacl_win64', | 507 'chrome_nacl_win64', |
508 'chrome_process_finder', | 508 'chrome_process_finder', |
509 'chrome_version_resources', | 509 'chrome_version_resources', |
510 'installer_util', | 510 'installer_util', |
511 'image_pre_reader', | 511 'image_pre_reader', |
512 '../base/base.gyp:base', | 512 '../base/base.gyp:base', |
513 '../breakpad/breakpad.gyp:breakpad_handler', | 513 '../breakpad/breakpad.gyp:breakpad_handler', |
514 '../breakpad/breakpad.gyp:breakpad_sender', | 514 '../breakpad/breakpad.gyp:breakpad_sender', |
515 '../chrome_elf/chrome_elf.gyp:chrome_elf', | |
516 '../components/components.gyp:breakpad_component', | 515 '../components/components.gyp:breakpad_component', |
517 '../components/components.gyp:policy', | 516 '../components/components.gyp:policy', |
518 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 517 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
519 '../sandbox/sandbox.gyp:sandbox', | 518 '../sandbox/sandbox.gyp:sandbox', |
520 ], | 519 ], |
521 'sources': [ | 520 'sources': [ |
522 'app/chrome_breakpad_client.cc', | 521 'app/chrome_breakpad_client.cc', |
523 'app/chrome_breakpad_client.h', | 522 'app/chrome_breakpad_client.h', |
524 'app/chrome_exe.rc', | 523 'app/chrome_exe.rc', |
525 'common/crash_keys.cc', | 524 'common/crash_keys.cc', |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
691 'dependencies': [ | 690 'dependencies': [ |
692 'chrome_nacl_win64', | 691 'chrome_nacl_win64', |
693 ], | 692 ], |
694 }], | 693 }], |
695 ], | 694 ], |
696 }, | 695 }, |
697 ], | 696 ], |
698 }], | 697 }], |
699 ], | 698 ], |
700 } | 699 } |
OLD | NEW |