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