| 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 # GN version: //chrome | 8 # GN version: //chrome |
| 9 'target_name': 'chrome', | 9 'target_name': 'chrome', |
| 10 'type': 'none', | 10 'type': 'none', |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 ['OS=="win"', { | 389 ['OS=="win"', { |
| 390 'dependencies': [ | 390 'dependencies': [ |
| 391 'chrome_dll', | 391 'chrome_dll', |
| 392 'chrome_nacl_win64', | 392 'chrome_nacl_win64', |
| 393 'chrome_process_finder', | 393 'chrome_process_finder', |
| 394 'chrome_version_resources', | 394 'chrome_version_resources', |
| 395 'chrome_watcher', | 395 'chrome_watcher', |
| 396 'chrome_watcher_client', | 396 'chrome_watcher_client', |
| 397 'file_pre_reader', | 397 'file_pre_reader', |
| 398 'installer_util', | 398 'installer_util', |
| 399 'install_static_util', | |
| 400 'metrics_constants_util_win', | 399 'metrics_constants_util_win', |
| 401 '../base/base.gyp:base', | 400 '../base/base.gyp:base', |
| 402 '../breakpad/breakpad.gyp:breakpad_handler', | 401 '../breakpad/breakpad.gyp:breakpad_handler', |
| 403 '../breakpad/breakpad.gyp:breakpad_sender', | 402 '../breakpad/breakpad.gyp:breakpad_sender', |
| 404 '../chrome/common_constants.gyp:common_constants', | 403 '../chrome/common_constants.gyp:common_constants', |
| 405 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 404 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
| 406 '../components/components.gyp:browser_watcher_client', | 405 '../components/components.gyp:browser_watcher_client', |
| 407 '../components/components.gyp:crash_component', | 406 '../components/components.gyp:crash_component', |
| 408 '../components/components.gyp:crash_core_common', | 407 '../components/components.gyp:crash_core_common', |
| 409 '../components/components.gyp:flags_ui_switches', | 408 '../components/components.gyp:flags_ui_switches', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 '../content/common/sandbox_win.cc', | 519 '../content/common/sandbox_win.cc', |
| 521 '../content/public/common/content_switches.cc', | 520 '../content/public/common/content_switches.cc', |
| 522 '../content/public/common/sandboxed_process_launcher_delegate.cc
', | 521 '../content/public/common/sandboxed_process_launcher_delegate.cc
', |
| 523 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', | 522 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', |
| 524 'app/chrome_crash_reporter_client_win.cc', | 523 'app/chrome_crash_reporter_client_win.cc', |
| 525 'common/crash_keys.cc', | 524 'common/crash_keys.cc', |
| 526 'nacl/nacl_exe_win_64.cc', | 525 'nacl/nacl_exe_win_64.cc', |
| 527 ], | 526 ], |
| 528 'dependencies': [ | 527 'dependencies': [ |
| 529 'chrome_version_resources', | 528 'chrome_version_resources', |
| 530 'install_static_util_nacl_win64', | |
| 531 'installer_util_nacl_win64', | 529 'installer_util_nacl_win64', |
| 532 '../base/base.gyp:base_i18n_nacl_win64', | 530 '../base/base.gyp:base_i18n_nacl_win64', |
| 533 '../base/base.gyp:base_win64', | 531 '../base/base.gyp:base_win64', |
| 534 '../base/base.gyp:base_static_win64', | 532 '../base/base.gyp:base_static_win64', |
| 535 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', | 533 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', |
| 536 '../breakpad/breakpad.gyp:breakpad_handler_win64', | 534 '../breakpad/breakpad.gyp:breakpad_handler_win64', |
| 537 '../breakpad/breakpad.gyp:breakpad_sender_win64', | 535 '../breakpad/breakpad.gyp:breakpad_sender_win64', |
| 538 '../components/components.gyp:breakpad_win64', | 536 '../components/components.gyp:breakpad_win64', |
| 539 '../components/components.gyp:crash_core_common_win64', | 537 '../components/components.gyp:crash_core_common_win64', |
| 540 '../components/components.gyp:flags_ui_switches_win64', | 538 '../components/components.gyp:flags_ui_switches_win64', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 'dependencies': [ | 596 'dependencies': [ |
| 599 'chrome_nacl_win64', | 597 'chrome_nacl_win64', |
| 600 ], | 598 ], |
| 601 }], | 599 }], |
| 602 ], | 600 ], |
| 603 }, | 601 }, |
| 604 ], | 602 ], |
| 605 }], | 603 }], |
| 606 ], | 604 ], |
| 607 } | 605 } |
| OLD | NEW |