| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 # CFBundleIdentifier of CHROMIUM_BUNDLE_ID | 246 # CFBundleIdentifier of CHROMIUM_BUNDLE_ID |
| 247 # CFBundleName of CHROMIUM_SHORT_NAME | 247 # CFBundleName of CHROMIUM_SHORT_NAME |
| 248 # CFBundleSignature of CHROMIUM_CREATOR | 248 # CFBundleSignature of CHROMIUM_CREATOR |
| 249 # Xcode then replaces these values with the branded values we set | 249 # Xcode then replaces these values with the branded values we set |
| 250 # as settings on the target. | 250 # as settings on the target. |
| 251 'CHROMIUM_BUNDLE_ID': '<(mac_bundle_id)', | 251 'CHROMIUM_BUNDLE_ID': '<(mac_bundle_id)', |
| 252 'CHROMIUM_CREATOR': '<(mac_creator)', | 252 'CHROMIUM_CREATOR': '<(mac_creator)', |
| 253 'CHROMIUM_SHORT_NAME': '<(branding)', | 253 'CHROMIUM_SHORT_NAME': '<(branding)', |
| 254 }, | 254 }, |
| 255 'dependencies': [ | 255 'dependencies': [ |
| 256 '../components/components.gyp:chrome_manifest_bundle', |
| 256 'helper_app', | 257 'helper_app', |
| 257 'infoplist_strings_tool', | 258 'infoplist_strings_tool', |
| 258 'interpose_dependency_shim', | 259 'interpose_dependency_shim', |
| 259 'chrome_manifest_bundle', | |
| 260 # On Mac, make sure we've built chrome_dll, which contains all of | 260 # On Mac, make sure we've built chrome_dll, which contains all of |
| 261 # the library code with Chromium functionality. | 261 # the library code with Chromium functionality. |
| 262 'chrome_dll', | 262 'chrome_dll', |
| 263 ], | 263 ], |
| 264 'mac_bundle_resources': [ | 264 'mac_bundle_resources': [ |
| 265 '<(PRODUCT_DIR)/<(mac_bundle_id).manifest', | 265 '<(PRODUCT_DIR)/<(mac_bundle_id).manifest', |
| 266 ], | 266 ], |
| 267 'actions': [ | 267 'actions': [ |
| 268 { | 268 { |
| 269 # Generate the InfoPlist.strings file | 269 # Generate the InfoPlist.strings file |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 'chrome_nacl_win64', | 469 'chrome_nacl_win64', |
| 470 'chrome_process_finder', | 470 'chrome_process_finder', |
| 471 'chrome_version_resources', | 471 'chrome_version_resources', |
| 472 'installer_util', | 472 'installer_util', |
| 473 'image_pre_reader', | 473 'image_pre_reader', |
| 474 '../base/base.gyp:base', | 474 '../base/base.gyp:base', |
| 475 '../breakpad/breakpad.gyp:breakpad_handler', | 475 '../breakpad/breakpad.gyp:breakpad_handler', |
| 476 '../breakpad/breakpad.gyp:breakpad_sender', | 476 '../breakpad/breakpad.gyp:breakpad_sender', |
| 477 '../chrome_elf/chrome_elf.gyp:chrome_elf', | 477 '../chrome_elf/chrome_elf.gyp:chrome_elf', |
| 478 '../components/components.gyp:breakpad_component', | 478 '../components/components.gyp:breakpad_component', |
| 479 '../components/components.gyp:policy', |
| 479 '../sandbox/sandbox.gyp:sandbox', | 480 '../sandbox/sandbox.gyp:sandbox', |
| 480 'app/policy/cloud_policy_codegen.gyp:policy', | |
| 481 ], | 481 ], |
| 482 'sources': [ | 482 'sources': [ |
| 483 'app/chrome_breakpad_client.cc', | 483 'app/chrome_breakpad_client.cc', |
| 484 'app/chrome_breakpad_client.h', | 484 'app/chrome_breakpad_client.h', |
| 485 'app/chrome_exe.rc', | 485 'app/chrome_exe.rc', |
| 486 'common/crash_keys.cc', | 486 'common/crash_keys.cc', |
| 487 'common/crash_keys.h', | 487 'common/crash_keys.h', |
| 488 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', | 488 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', |
| 489 ], | 489 ], |
| 490 'msvs_settings': { | 490 'msvs_settings': { |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 'app/chrome_breakpad_client.cc', | 577 'app/chrome_breakpad_client.cc', |
| 578 'common/crash_keys.cc', | 578 'common/crash_keys.cc', |
| 579 'nacl/nacl_exe_win_64.cc', | 579 'nacl/nacl_exe_win_64.cc', |
| 580 '../content/app/startup_helper_win.cc', | 580 '../content/app/startup_helper_win.cc', |
| 581 '../content/common/sandbox_init_win.cc', | 581 '../content/common/sandbox_init_win.cc', |
| 582 '../content/common/sandbox_win.cc', | 582 '../content/common/sandbox_win.cc', |
| 583 '../content/public/common/content_switches.cc', | 583 '../content/public/common/content_switches.cc', |
| 584 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', | 584 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc
', |
| 585 ], | 585 ], |
| 586 'dependencies': [ | 586 'dependencies': [ |
| 587 'app/policy/cloud_policy_codegen.gyp:policy_win64', | |
| 588 'chrome_version_resources', | 587 'chrome_version_resources', |
| 589 'installer_util_nacl_win64', | 588 'installer_util_nacl_win64', |
| 590 '../base/base.gyp:base_i18n_nacl_win64', | 589 '../base/base.gyp:base_i18n_nacl_win64', |
| 591 '../base/base.gyp:base_nacl_win64', | 590 '../base/base.gyp:base_nacl_win64', |
| 592 '../base/base.gyp:base_static_win64', | 591 '../base/base.gyp:base_static_win64', |
| 593 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', | 592 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp
:dynamic_annotations_win64', |
| 594 '../breakpad/breakpad.gyp:breakpad_handler_win64', | 593 '../breakpad/breakpad.gyp:breakpad_handler_win64', |
| 595 '../breakpad/breakpad.gyp:breakpad_sender_win64', | 594 '../breakpad/breakpad.gyp:breakpad_sender_win64', |
| 596 '../components/components.gyp:breakpad_win64', | 595 '../components/components.gyp:breakpad_win64', |
| 597 '../chrome/common_constants.gyp:common_constants_win64', | 596 '../chrome/common_constants.gyp:common_constants_win64', |
| 597 '../components/components.gyp:policy_win64', |
| 598 '../components/nacl.gyp:nacl_win64', | 598 '../components/nacl.gyp:nacl_win64', |
| 599 '../crypto/crypto.gyp:crypto_nacl_win64', | 599 '../crypto/crypto.gyp:crypto_nacl_win64', |
| 600 '../ipc/ipc.gyp:ipc_win64', | 600 '../ipc/ipc.gyp:ipc_win64', |
| 601 '../sandbox/sandbox.gyp:sandbox_win64', | 601 '../sandbox/sandbox.gyp:sandbox_win64', |
| 602 ], | 602 ], |
| 603 'defines': [ | 603 'defines': [ |
| 604 '<@(nacl_win64_defines)', | 604 '<@(nacl_win64_defines)', |
| 605 'COMPILE_CONTENT_STATICALLY', | 605 'COMPILE_CONTENT_STATICALLY', |
| 606 ], | 606 ], |
| 607 'include_dirs': [ | 607 'include_dirs': [ |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 'dependencies': [ | 651 'dependencies': [ |
| 652 'chrome_nacl_win64', | 652 'chrome_nacl_win64', |
| 653 ], | 653 ], |
| 654 }], | 654 }], |
| 655 ], | 655 ], |
| 656 }, | 656 }, |
| 657 ], | 657 ], |
| 658 }], | 658 }], |
| 659 ], | 659 ], |
| 660 } | 660 } |
| OLD | NEW |