| 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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr
ap.gyp:nacl_helper_bootstrap', | 455 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr
ap.gyp:nacl_helper_bootstrap', |
| 456 'nacl_helper', | 456 'nacl_helper', |
| 457 ], | 457 ], |
| 458 }], | 458 }], |
| 459 ], | 459 ], |
| 460 }], | 460 }], |
| 461 ['OS=="win"', { | 461 ['OS=="win"', { |
| 462 'dependencies': [ | 462 'dependencies': [ |
| 463 'chrome_dll', | 463 'chrome_dll', |
| 464 'chrome_nacl_win64', | 464 'chrome_nacl_win64', |
| 465 'chrome_process_finder', |
| 465 'chrome_version_resources', | 466 'chrome_version_resources', |
| 466 'installer_util', | 467 'installer_util', |
| 467 'image_pre_reader', | 468 'image_pre_reader', |
| 468 '../base/base.gyp:base', | 469 '../base/base.gyp:base', |
| 469 '../breakpad/breakpad.gyp:breakpad_handler', | 470 '../breakpad/breakpad.gyp:breakpad_handler', |
| 470 '../breakpad/breakpad.gyp:breakpad_sender', | 471 '../breakpad/breakpad.gyp:breakpad_sender', |
| 472 '../net/net.gyp:net', |
| 471 '../sandbox/sandbox.gyp:sandbox', | 473 '../sandbox/sandbox.gyp:sandbox', |
| 472 'app/policy/cloud_policy_codegen.gyp:policy', | 474 'app/policy/cloud_policy_codegen.gyp:policy', |
| 473 ], | 475 ], |
| 474 'sources': [ | 476 'sources': [ |
| 475 'app/chrome_exe.rc', | 477 'app/chrome_exe.rc', |
| 476 'common/crash_keys.cc', | 478 'common/crash_keys.cc', |
| 477 'common/crash_keys.h', | 479 'common/crash_keys.h', |
| 478 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', | 480 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', |
| 479 ], | 481 ], |
| 480 'msvs_settings': { | 482 'msvs_settings': { |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 'dependencies': [ | 627 'dependencies': [ |
| 626 'chrome_nacl_win64', | 628 'chrome_nacl_win64', |
| 627 ], | 629 ], |
| 628 }], | 630 }], |
| 629 ], | 631 ], |
| 630 }, | 632 }, |
| 631 ], | 633 ], |
| 632 }], | 634 }], |
| 633 ], | 635 ], |
| 634 } | 636 } |
| OLD | NEW |