| 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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 'chrome_nacl_win64', | 490 'chrome_nacl_win64', |
| 491 'chrome_process_finder', | 491 'chrome_process_finder', |
| 492 'chrome_version_resources', | 492 'chrome_version_resources', |
| 493 'installer_util', | 493 'installer_util', |
| 494 'image_pre_reader', | 494 'image_pre_reader', |
| 495 '../base/base.gyp:base', | 495 '../base/base.gyp:base', |
| 496 '../crypto/crypto.gyp:crypto', | 496 '../crypto/crypto.gyp:crypto', |
| 497 '../breakpad/breakpad.gyp:breakpad_handler', | 497 '../breakpad/breakpad.gyp:breakpad_handler', |
| 498 '../breakpad/breakpad.gyp:breakpad_sender', | 498 '../breakpad/breakpad.gyp:breakpad_sender', |
| 499 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 499 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
| 500 '../components/components.gyp:breakpad_component', | 500 '../components/components.gyp:crash_component', |
| 501 '../sandbox/sandbox.gyp:sandbox', | 501 '../sandbox/sandbox.gyp:sandbox', |
| 502 ], | 502 ], |
| 503 'sources': [ | 503 'sources': [ |
| 504 'app/chrome_breakpad_client.cc', | 504 'app/chrome_breakpad_client.cc', |
| 505 'app/chrome_breakpad_client.h', | 505 'app/chrome_breakpad_client.h', |
| 506 'app/chrome_exe.rc', | 506 'app/chrome_exe.rc', |
| 507 'common/crash_keys.cc', | 507 'common/crash_keys.cc', |
| 508 'common/crash_keys.h', | 508 'common/crash_keys.h', |
| 509 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', | 509 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', |
| 510 ], | 510 ], |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 'target_name': 'chrome_run', | 704 'target_name': 'chrome_run', |
| 705 'type': 'none', | 705 'type': 'none', |
| 706 'dependencies': [ | 706 'dependencies': [ |
| 707 'chrome', | 707 'chrome', |
| 708 ], | 708 ], |
| 709 }, | 709 }, |
| 710 ], | 710 ], |
| 711 }], | 711 }], |
| 712 ], | 712 ], |
| 713 } | 713 } |
| OLD | NEW |