| 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 'installer_util', | 411 'installer_util', |
| 412 'file_pre_reader', | 412 'file_pre_reader', |
| 413 '../base/base.gyp:base', | 413 '../base/base.gyp:base', |
| 414 '../crypto/crypto.gyp:crypto', | 414 '../crypto/crypto.gyp:crypto', |
| 415 '../breakpad/breakpad.gyp:breakpad_handler', | 415 '../breakpad/breakpad.gyp:breakpad_handler', |
| 416 '../breakpad/breakpad.gyp:breakpad_sender', | 416 '../breakpad/breakpad.gyp:breakpad_sender', |
| 417 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 417 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
| 418 '../components/components.gyp:crash_component', | 418 '../components/components.gyp:crash_component', |
| 419 '../components/components.gyp:crash_core_common', | 419 '../components/components.gyp:crash_core_common', |
| 420 '../components/components.gyp:flags_ui_switches', | 420 '../components/components.gyp:flags_ui_switches', |
| 421 '../components/components.gyp:policy', |
| 421 '../components/components.gyp:startup_metric_utils_common', | 422 '../components/components.gyp:startup_metric_utils_common', |
| 422 '../sandbox/sandbox.gyp:sandbox', | 423 '../sandbox/sandbox.gyp:sandbox', |
| 423 '../third_party/kasko/kasko.gyp:kasko_features', | 424 '../third_party/kasko/kasko.gyp:kasko_features', |
| 424 '../ui/gfx/gfx.gyp:gfx', | 425 '../ui/gfx/gfx.gyp:gfx', |
| 425 '../win8/win8.gyp:visual_elements_resources', | 426 '../win8/win8.gyp:visual_elements_resources', |
| 426 ], | 427 ], |
| 427 'sources': [ | 428 'sources': [ |
| 428 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', | 429 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', |
| 429 'app/chrome_exe.rc', | 430 'app/chrome_exe.rc', |
| 430 'common/crash_keys.cc', | 431 'common/crash_keys.cc', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 452 }], | 453 }], |
| 453 ], | 454 ], |
| 454 }, | 455 }, |
| 455 'VCManifestTool': { | 456 'VCManifestTool': { |
| 456 'AdditionalManifestFiles': [ | 457 'AdditionalManifestFiles': [ |
| 457 '$(ProjectDir)\\app\\chrome.exe.manifest', | 458 '$(ProjectDir)\\app\\chrome.exe.manifest', |
| 458 '<(SHARED_INTERMEDIATE_DIR)/chrome/app/version_assembly/version_
assembly.manifest', | 459 '<(SHARED_INTERMEDIATE_DIR)/chrome/app/version_assembly/version_
assembly.manifest', |
| 459 ], | 460 ], |
| 460 }, | 461 }, |
| 461 }, | 462 }, |
| 462 'conditions': [ | |
| 463 ['configuration_policy==1', { | |
| 464 'dependencies': [ | |
| 465 '<(DEPTH)/components/components.gyp:policy', | |
| 466 ], | |
| 467 }], | |
| 468 ], | |
| 469 'actions': [ | 463 'actions': [ |
| 470 { | 464 { |
| 471 'action_name': 'first_run', | 465 'action_name': 'first_run', |
| 472 'inputs': [ | 466 'inputs': [ |
| 473 'app/FirstRun', | 467 'app/FirstRun', |
| 474 ], | 468 ], |
| 475 'outputs': [ | 469 'outputs': [ |
| 476 '<(PRODUCT_DIR)/First Run', | 470 '<(PRODUCT_DIR)/First Run', |
| 477 ], | 471 ], |
| 478 'action': ['python', '../build/cp.py', '<@(_inputs)', '<@(_outputs
)'], | 472 'action': ['python', '../build/cp.py', '<@(_inputs)', '<@(_outputs
)'], |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 'installer_util_nacl_win64', | 533 'installer_util_nacl_win64', |
| 540 '../base/base.gyp:base_i18n_nacl_win64', | 534 '../base/base.gyp:base_i18n_nacl_win64', |
| 541 '../base/base.gyp:base_win64', | 535 '../base/base.gyp:base_win64', |
| 542 '../base/base.gyp:base_static_win64', | 536 '../base/base.gyp:base_static_win64', |
| 543 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', | 537 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', |
| 544 '../breakpad/breakpad.gyp:breakpad_handler_win64', | 538 '../breakpad/breakpad.gyp:breakpad_handler_win64', |
| 545 '../breakpad/breakpad.gyp:breakpad_sender_win64', | 539 '../breakpad/breakpad.gyp:breakpad_sender_win64', |
| 546 '../components/components.gyp:breakpad_win64', | 540 '../components/components.gyp:breakpad_win64', |
| 547 '../components/components.gyp:crash_core_common_win64', | 541 '../components/components.gyp:crash_core_common_win64', |
| 548 '../components/components.gyp:flags_ui_switches_win64', | 542 '../components/components.gyp:flags_ui_switches_win64', |
| 543 '../components/components.gyp:policy_win64', |
| 549 '../chrome/common_constants.gyp:common_constants_win64', | 544 '../chrome/common_constants.gyp:common_constants_win64', |
| 550 '../components/nacl.gyp:nacl_win64', | 545 '../components/nacl.gyp:nacl_win64', |
| 551 '../crypto/crypto.gyp:crypto_nacl_win64', | 546 '../crypto/crypto.gyp:crypto_nacl_win64', |
| 552 '../ipc/ipc.gyp:ipc_win64', | 547 '../ipc/ipc.gyp:ipc_win64', |
| 553 '../sandbox/sandbox.gyp:sandbox_win64', | 548 '../sandbox/sandbox.gyp:sandbox_win64', |
| 554 '../third_party/kasko/kasko.gyp:kasko_features', | 549 '../third_party/kasko/kasko.gyp:kasko_features', |
| 555 ], | 550 ], |
| 556 'defines': [ | 551 'defines': [ |
| 557 '<@(nacl_win64_defines)', | 552 '<@(nacl_win64_defines)', |
| 558 'COMPILE_CONTENT_STATICALLY', | 553 'COMPILE_CONTENT_STATICALLY', |
| 559 ], | 554 ], |
| 560 'include_dirs': [ | 555 'include_dirs': [ |
| 561 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 556 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 562 ], | 557 ], |
| 563 'msvs_settings': { | 558 'msvs_settings': { |
| 564 'VCLinkerTool': { | 559 'VCLinkerTool': { |
| 565 'ImportLibrary': '$(OutDir)\\lib\\nacl64_exe.lib', | 560 'ImportLibrary': '$(OutDir)\\lib\\nacl64_exe.lib', |
| 566 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 561 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 567 }, | 562 }, |
| 568 }, | 563 }, |
| 569 'configurations': { | 564 'configurations': { |
| 570 'Common_Base': { | 565 'Common_Base': { |
| 571 'msvs_target_platform': 'x64', | 566 'msvs_target_platform': 'x64', |
| 572 }, | 567 }, |
| 573 }, | 568 }, |
| 574 'conditions': [ | |
| 575 ['configuration_policy==1', { | |
| 576 'dependencies': [ | |
| 577 '<(DEPTH)/components/components.gyp:policy_win64', | |
| 578 ], | |
| 579 }], | |
| 580 ], | |
| 581 }, | 569 }, |
| 582 ], | 570 ], |
| 583 }, { # else (disable_nacl==1) | 571 }, { # else (disable_nacl==1) |
| 584 'targets': [ | 572 'targets': [ |
| 585 { | 573 { |
| 586 'target_name': 'chrome_nacl_win64', | 574 'target_name': 'chrome_nacl_win64', |
| 587 'type': 'none', | 575 'type': 'none', |
| 588 'sources': [], | 576 'sources': [], |
| 589 }, | 577 }, |
| 590 ], | 578 ], |
| (...skipping 21 matching lines...) Expand all Loading... |
| 612 'dependencies': [ | 600 'dependencies': [ |
| 613 'chrome_nacl_win64', | 601 'chrome_nacl_win64', |
| 614 ], | 602 ], |
| 615 }], | 603 }], |
| 616 ], | 604 ], |
| 617 }, | 605 }, |
| 618 ], | 606 ], |
| 619 }], | 607 }], |
| 620 ], | 608 ], |
| 621 } | 609 } |
| OLD | NEW |