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', |
471 '../sandbox/sandbox.gyp:sandbox', | 472 '../sandbox/sandbox.gyp:sandbox', |
472 'app/policy/cloud_policy_codegen.gyp:policy', | 473 'app/policy/cloud_policy_codegen.gyp:policy', |
473 ], | 474 ], |
474 'sources': [ | 475 'sources': [ |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
625 'dependencies': [ | 626 'dependencies': [ |
626 'chrome_nacl_win64', | 627 'chrome_nacl_win64', |
627 ], | 628 ], |
628 }], | 629 }], |
629 ], | 630 ], |
630 }, | 631 }, |
631 ], | 632 ], |
632 }], | 633 }], |
633 ], | 634 ], |
634 } | 635 } |
OLD | NEW |