Chromium Code Reviews| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 60 '<(DEPTH)/content/public/common/content_switches.cc', | 60 '<(DEPTH)/content/public/common/content_switches.cc', |
| 61 'app/chrome_exe_load_config_win.cc', | 61 'app/chrome_exe_load_config_win.cc', |
| 62 'app/chrome_exe_main_aura.cc', | 62 'app/chrome_exe_main_aura.cc', |
| 63 'app/chrome_exe_main_mac.cc', | 63 'app/chrome_exe_main_mac.cc', |
| 64 'app/chrome_exe_main_win.cc', | 64 'app/chrome_exe_main_win.cc', |
| 65 'app/chrome_exe_resource.h', | 65 'app/chrome_exe_resource.h', |
| 66 'app/chrome_watcher_client_win.cc', | 66 'app/chrome_watcher_client_win.cc', |
| 67 'app/chrome_watcher_client_win.h', | 67 'app/chrome_watcher_client_win.h', |
| 68 'app/chrome_watcher_command_line_win.cc', | 68 'app/chrome_watcher_command_line_win.cc', |
| 69 'app/chrome_watcher_command_line_win.h', | 69 'app/chrome_watcher_command_line_win.h', |
| 70 'app/client_util.cc', | 70 'app/main_dll_loader_win.cc', |
| 71 'app/client_util.h', | 71 'app/main_dll_loader_win.h', |
| 72 'app/kasko_client.cc', | 72 'app/kasko_client.cc', |
| 73 'app/kasko_client.h', | 73 'app/kasko_client.h', |
| 74 'app/signature_validator_win.cc', | 74 'app/signature_validator_win.cc', |
| 75 'app/signature_validator_win.h', | 75 'app/signature_validator_win.h', |
| 76 ], | 76 ], |
| 77 'mac_bundle_resources': [ | 77 'mac_bundle_resources': [ |
| 78 'app/app-Info.plist', | 78 'app/app-Info.plist', |
| 79 ], | 79 ], |
| 80 # TODO(mark): Come up with a fancier way to do this. It should only | 80 # TODO(mark): Come up with a fancier way to do this. It should only |
| 81 # be necessary to list app-Info.plist once, not the three times it is | 81 # be necessary to list app-Info.plist once, not the three times it is |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 401 'dependencies': [ | 401 'dependencies': [ |
| 402 '../sandbox/sandbox.gyp:sandbox', | 402 '../sandbox/sandbox.gyp:sandbox', |
| 403 ], | 403 ], |
| 404 }], | 404 }], |
| 405 ['OS=="win"', { | 405 ['OS=="win"', { |
| 406 'dependencies': [ | 406 'dependencies': [ |
| 407 'chrome_dll', | 407 'chrome_dll', |
| 408 'chrome_nacl_win64', | 408 'chrome_nacl_win64', |
| 409 'chrome_process_finder', | 409 'chrome_process_finder', |
| 410 'chrome_version_resources', | 410 'chrome_version_resources', |
| 411 'client_util', | |
| 411 'installer_util', | 412 'installer_util', |
| 412 'image_pre_reader', | 413 'image_pre_reader', |
| 413 '../base/base.gyp:base', | 414 '../base/base.gyp:base', |
| 414 '../crypto/crypto.gyp:crypto', | 415 '../crypto/crypto.gyp:crypto', |
| 415 '../breakpad/breakpad.gyp:breakpad_handler', | 416 '../breakpad/breakpad.gyp:breakpad_handler', |
| 416 '../breakpad/breakpad.gyp:breakpad_sender', | 417 '../breakpad/breakpad.gyp:breakpad_sender', |
| 417 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 418 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
| 418 '../components/components.gyp:crash_component', | 419 '../components/components.gyp:crash_component', |
| 419 '../components/components.gyp:crash_core_common', | 420 '../components/components.gyp:crash_core_common', |
| 420 '../sandbox/sandbox.gyp:sandbox', | 421 '../sandbox/sandbox.gyp:sandbox', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 490 ], | 491 ], |
| 491 }, | 492 }, |
| 492 { | 493 { |
| 493 # GN version: //chrome/app/version_assembly:version_assembly_manif est | 494 # GN version: //chrome/app/version_assembly:version_assembly_manif est |
| 494 'action_name': 'version_assembly_manifest', | 495 'action_name': 'version_assembly_manifest', |
| 495 'includes': [ | 496 'includes': [ |
| 496 'app/version_assembly/version_assembly_manifest_action.gypi', | 497 'app/version_assembly/version_assembly_manifest_action.gypi', |
| 497 ], | 498 ], |
| 498 }, | 499 }, |
| 499 ], | 500 ], |
| 500 }, { # 'OS!="win" | |
| 501 'sources!': [ | |
| 502 'app/client_util.cc', | |
| 503 ], | |
| 504 }], | 501 }], |
| 505 ['OS=="win" and component=="shared_library"', { | 502 ['OS=="win" and component=="shared_library"', { |
| 506 'defines': ['COMPILE_CONTENT_STATICALLY'], | 503 'defines': ['COMPILE_CONTENT_STATICALLY'], |
| 507 }], | 504 }], |
| 508 ], | 505 ], |
| 509 }, | 506 }, |
| 510 ], | 507 ], |
| 511 'conditions': [ | 508 'conditions': [ |
| 512 ['OS=="win"', { | 509 ['OS=="win"', { |
| 513 'targets': [ | 510 'targets': [ |
| 514 { | 511 { |
| 515 'target_name': 'image_pre_reader', | 512 'target_name': 'image_pre_reader', |
| 516 'type': 'static_library', | 513 'type': 'static_library', |
| 517 'sources': [ | 514 'sources': [ |
| 518 'app/image_pre_reader_win.cc', | 515 'app/image_pre_reader_win.cc', |
| 519 'app/image_pre_reader_win.h', | 516 'app/image_pre_reader_win.h', |
| 520 ], | 517 ], |
| 521 'dependencies': [ | 518 'dependencies': [ |
| 522 '../base/base.gyp:base', | 519 '../base/base.gyp:base', |
| 523 ], | 520 ], |
| 524 }, | 521 }, |
| 522 { | |
| 523 'target_name': 'client_util', | |
|
grt (UTC plus 2)
2015/10/29 18:51:50
rather than introduce a new target, how about putt
fdoray
2015/10/30 14:45:45
Done.
| |
| 524 'type': 'static_library', | |
| 525 'sources': [ | |
| 526 'app/client_util.cc', | |
| 527 'app/client_util.h', | |
| 528 ], | |
| 529 'dependencies': [ | |
| 530 '../base/base.gyp:base', | |
| 531 ], | |
| 532 }, | |
| 525 ], | 533 ], |
| 526 'conditions': [ | 534 'conditions': [ |
| 527 ['disable_nacl!=1 and target_arch=="ia32"', { | 535 ['disable_nacl!=1 and target_arch=="ia32"', { |
| 528 'targets': [ | 536 'targets': [ |
| 529 { | 537 { |
| 530 'target_name': 'chrome_nacl_win64', | 538 'target_name': 'chrome_nacl_win64', |
| 531 'type': 'executable', | 539 'type': 'executable', |
| 532 'product_name': 'nacl64', | 540 'product_name': 'nacl64', |
| 533 'sources': [ | 541 'sources': [ |
| 534 '../content/app/sandbox_helper_win.cc', | 542 '../content/app/sandbox_helper_win.cc', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 617 'dependencies': [ | 625 'dependencies': [ |
| 618 'chrome_nacl_win64', | 626 'chrome_nacl_win64', |
| 619 ], | 627 ], |
| 620 }], | 628 }], |
| 621 ], | 629 ], |
| 622 }, | 630 }, |
| 623 ], | 631 ], |
| 624 }], | 632 }], |
| 625 ], | 633 ], |
| 626 } | 634 } |
| OLD | NEW |