| 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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr
ap.gyp:nacl_helper_bootstrap', | 453 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr
ap.gyp:nacl_helper_bootstrap', |
| 454 'nacl_helper', | 454 'nacl_helper', |
| 455 ], | 455 ], |
| 456 }], | 456 }], |
| 457 ], | 457 ], |
| 458 }], | 458 }], |
| 459 ['OS=="win"', { | 459 ['OS=="win"', { |
| 460 'dependencies': [ | 460 'dependencies': [ |
| 461 'chrome_dll', | 461 'chrome_dll', |
| 462 'chrome_nacl_win64', | 462 'chrome_nacl_win64', |
| 463 'chrome_process_finder', |
| 463 'chrome_version_resources', | 464 'chrome_version_resources', |
| 464 'installer_util', | 465 'installer_util', |
| 465 'image_pre_reader', | 466 'image_pre_reader', |
| 466 '../base/base.gyp:base', | 467 '../base/base.gyp:base', |
| 467 '../breakpad/breakpad.gyp:breakpad_handler', | 468 '../breakpad/breakpad.gyp:breakpad_handler', |
| 468 '../breakpad/breakpad.gyp:breakpad_sender', | 469 '../breakpad/breakpad.gyp:breakpad_sender', |
| 469 '../sandbox/sandbox.gyp:sandbox', | 470 '../sandbox/sandbox.gyp:sandbox', |
| 470 'app/policy/cloud_policy_codegen.gyp:policy', | 471 'app/policy/cloud_policy_codegen.gyp:policy', |
| 471 ], | 472 ], |
| 472 'sources': [ | 473 'sources': [ |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'dependencies': [ | 624 'dependencies': [ |
| 624 'chrome_nacl_win64', | 625 'chrome_nacl_win64', |
| 625 ], | 626 ], |
| 626 }], | 627 }], |
| 627 ], | 628 ], |
| 628 }, | 629 }, |
| 629 ], | 630 ], |
| 630 }], | 631 }], |
| 631 ], | 632 ], |
| 632 } | 633 } |
| OLD | NEW |