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