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